HEX: #D6C6EE
RGB: (214,198,238)
Il colore #D6C6EE contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D6C6EE il colore web safe è #CCCCFF (#CCF).
Il colore D6C6EE in RGB è definito come 214,198,238
RGB: (214,198,238) (84%,78%,93%)
R 214 da 255 = 84%
G 198 da 255 = 78%
B 238 da 255 = 93%
R + G + B ~ 85%. #D6C6EE colore abbastanza chiaro.
R + G + B =
214 + 198 + 238 = 650 (100%)
R 214 da 650 ~ 32.92%
G 198 da 650 ~ 30.46%
B 238 da 650 ~ 36.62%
Il colore #D6C6EE in CMYK è definito come 10,17,0,7.
CMYK: (10,17,0,7) C10M17Y0K7 (10%,17%,0%,7%) (0.10/0.17/0.00/0.07)
D6 | C6 | EE | |
---|---|---|---|
RGB | 214 | 198 | 238 |
HSL | 264° | 54.05% | 85.49% |
HSB/HSV | 264° | 16.81% | 93.33% |
CMYK | 10.08% | 16.81% | 0.00% |
6.67% |
Esadicemale | D6 | C6 | EE |
Decimale | 214 | 198 | 238 |
Binario | 11010110 | 11000110 | 11101110 |
Ottale | 326 | 306 | 356 |
Esempi dei codici css e html per gli elementi di colore #D6C6EE. Utilizzate rgb(214,198,238) anche al posto del codice hex.
.myTextColor { color: #D6C6EE; }
<p style="color:#D6C6EE">This sample text font color is #D6C6EE.</p>
Il colore di questo testo è #D6C6EE.
.myBgColor { background-color: #D6C6EE; }
<div style="background-color:#D6C6EE">Inner text</div>
Questo div ha lo sfondo di colore #D6C6EE.
.myBorderColor { border: 1px solid #D6C6EE; }
<div style="border:3px solid #D6C6EE">Div</div>
Questo div ha i bordi di colore D6C6EE.
.myOpacity80 { color: #D6C6EE; opacity: 0.8; }
<p style="color:#D6C6EE;opacity:0.8;">80%</p>
Il testo di color #D6C6EE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6C6EE;}
<p style="text-shadow: 3px 3px 1px #D6C6EE">Text here.</p>
Questo testo ha l'ombra di colore #D6C6EE.
.textShadow {text-shadow: 3px 3px 1px #D6C6EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6C6EE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D6C6EE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6C6EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6C6EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6C6EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6C6EE; -webkit-box-shadow: 1px 1px 3px 2px #D6C6EE; box-shadow: 1px 1px 3px 2px #D6C6EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6C6EE; -webkit-box-shadow: 1px 1px 3px 2px #D6C6EE; box-shadow:1px 1px 3px 2px #D6C6EE;">
Div content here</div>
Questo e il testo di colore #D6C6EE sullo sfondo nero.
Questo e il testo di colore #D6C6EE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D6C6EE.
Questo è un testo bianco sullo sfondo del colore #D6C6EE.