Shades of White Ice #D6EDE4
Tints of White Ice #D6EDE4
RGB
CMYK
RGB Variations
Color information
#D6EDE4 (or 0xD6EDE4) is known color: White Ice. HEX triplet: D6, ED and E4. RGB value is (214,237,228). Sum of RGB (Red+Green+Blue) = 214+237+228=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDE4 is #29121B. Grayscale: #E5E5E5. Windows color (decimal): -2691612 or 15003094. OLE color: 15003094.
HSL color Cylindrical-coordinate representation of color #D6EDE4: hue angle of 156.52º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EDE4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 228 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.07 |
| HSL | 156.52º | 0.39% | 0.88% | - |
| HSV(B) | 156.52º | 0.1% | 0.93% | - |
| XYZ | 72.02 | 80.47 | 85.13 | - |
| YUV | 229.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 228 | 0.10 | 0 | 0.04 | 0.07 | 156.52 | 0.39 | 0.88 |
| Hex | D6 | ED | E4 | A | 0 | 4 | 7 | 9D | 27 | 58 |
| Octal | 326 | 355 | 344 | 12 | 0 | 4 | 7 | 235 | 47 | 130 |
| Binary | 11010110 | 11101101 | 11100100 | 1010 | 0 | 100 | 111 | 10011101 | 100111 | 1011000 |
Color Harmonies of #D6EDE4
Complementary color
Monochromatic Colors of #D6EDE4
Black with #D6EDE4
Text Example
Text Example
White with #D6EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDE4; }
p { color: rgb(214,237,228); }
H1.HeaderClassName
{
color: #D6EDE4;
}
.AnyTagClassName
{
color: #D6EDE4;
}
</style>
background-color css
<style>
a { background-color: #D6EDE4; }
a { background-color: rgb(214,237,228); }
div.DivClassName
{
background-color: #D6EDE4;
}
.BgClassName
{
background-color: #D6EDE4;
}
</style>
border-color css
<style>
span { border-color: #D6EDE4; }
span { border-color: rgb(214,237,228); }
td.TdClassName
{
border-color: #D6EDE4;
}
.TagClassName
{
border-color: #D6EDE4;
}
</style>