Shades of White Ice #D6EEE4
Tints of White Ice #D6EEE4
RGB
CMYK
RGB Variations
Color information
#D6EEE4 (or 0xD6EEE4) is known color: White Ice. HEX triplet: D6, EE and E4. RGB value is (214,238,228). Sum of RGB (Red+Green+Blue) = 214+238+228=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEE4 is #29111B. Grayscale: #E5E5E5. Windows color (decimal): -2691356 or 15003350. OLE color: 15003350.
HSL color Cylindrical-coordinate representation of color #D6EEE4: hue angle of 155º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EEE4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 228 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.07 |
| HSL | 155º | 0.41% | 0.89% | - |
| HSV(B) | 155º | 0.1% | 0.93% | - |
| XYZ | 72.31 | 81.05 | 85.23 | - |
| YUV | 229.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 228 | 0.10 | 0 | 0.04 | 0.07 | 155 | 0.41 | 0.89 |
| Hex | D6 | EE | E4 | A | 0 | 4 | 7 | 9B | 29 | 59 |
| Octal | 326 | 356 | 344 | 12 | 0 | 4 | 7 | 233 | 51 | 131 |
| Binary | 11010110 | 11101110 | 11100100 | 1010 | 0 | 100 | 111 | 10011011 | 101001 | 1011001 |
Color Harmonies of #D6EEE4
Complementary color
Monochromatic Colors of #D6EEE4
Black with #D6EEE4
Text Example
Text Example
White with #D6EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EEE4; }
p { color: rgb(214,238,228); }
H1.HeaderClassName
{
color: #D6EEE4;
}
.AnyTagClassName
{
color: #D6EEE4;
}
</style>
background-color css
<style>
a { background-color: #D6EEE4; }
a { background-color: rgb(214,238,228); }
div.DivClassName
{
background-color: #D6EEE4;
}
.BgClassName
{
background-color: #D6EEE4;
}
</style>
border-color css
<style>
span { border-color: #D6EEE4; }
span { border-color: rgb(214,238,228); }
td.TdClassName
{
border-color: #D6EEE4;
}
.TagClassName
{
border-color: #D6EEE4;
}
</style>