Shades of White Ice #D6E5DF
Tints of White Ice #D6E5DF
RGB
CMYK
RGB Variations
Color information
#D6E5DF (or 0xD6E5DF) is known color: White Ice. HEX triplet: D6, E5 and DF. RGB value is (214,229,223). Sum of RGB (Red+Green+Blue) = 214+229+223=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E5DF is #291A20. Grayscale: #DFDFDF. Windows color (decimal): -2693665 or 14673366. OLE color: 14673366.
HSL color Cylindrical-coordinate representation of color #D6E5DF: hue angle of 156º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6E5DF is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 214 | 229 | 223 | - |
CMYK | 0.07 | 0 | 0.03 | 0.10 |
HSL | 156º | 0.22% | 0.87% | - |
HSV(B) | 156º | 0.07% | 0.9% | - |
XYZ | 69.07 | 75.66 | 80.78 | - |
YUV | 223.83 | 127.53 | 120.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 229 | 223 | 0.07 | 0 | 0.03 | 0.10 | 156 | 0.22 | 0.87 |
Hex | D6 | E5 | DF | 7 | 0 | 3 | A | 9C | 16 | 57 |
Octal | 326 | 345 | 337 | 7 | 0 | 3 | 12 | 234 | 26 | 127 |
Binary | 11010110 | 11100101 | 11011111 | 111 | 0 | 11 | 1010 | 10011100 | 10110 | 1010111 |
Color Harmonies of #D6E5DF
Complementary color
Monochromatic Colors of #D6E5DF
Black with #D6E5DF
Text Example
Text Example
White with #D6E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E5DF; }
p { color: rgb(214,229,223); }
H1.HeaderClassName
{
color: #D6E5DF;
}
.AnyTagClassName
{
color: #D6E5DF;
}
</style>
background-color css
<style>
a { background-color: #D6E5DF; }
a { background-color: rgb(214,229,223); }
div.DivClassName
{
background-color: #D6E5DF;
}
.BgClassName
{
background-color: #D6E5DF;
}
</style>
border-color css
<style>
span { border-color: #D6E5DF; }
span { border-color: rgb(214,229,223); }
td.TdClassName
{
border-color: #D6E5DF;
}
.TagClassName
{
border-color: #D6E5DF;
}
</style>