Shades of White Ice #D6F4E6
Tints of White Ice #D6F4E6
RGB
CMYK
RGB Variations
Color information
#D6F4E6 (or 0xD6F4E6) is known color: White Ice. HEX triplet: D6, F4 and E6. RGB value is (214,244,230). Sum of RGB (Red+Green+Blue) = 214+244+230=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F4E6 is #290B19. Grayscale: #E9E9E9. Windows color (decimal): -2689818 or 15135958. OLE color: 15135958.
HSL color Cylindrical-coordinate representation of color #D6F4E6: hue angle of 152º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F4E6 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 230 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.04 |
| HSL | 152º | 0.58% | 0.9% | - |
| HSV(B) | 152º | 0.12% | 0.96% | - |
| XYZ | 74.37 | 84.71 | 87.29 | - |
| YUV | 233.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 230 | 0.12 | 0 | 0.06 | 0.04 | 152 | 0.58 | 0.9 |
| Hex | D6 | F4 | E6 | C | 0 | 6 | 4 | 98 | 3A | 5A |
| Octal | 326 | 364 | 346 | 14 | 0 | 6 | 4 | 230 | 72 | 132 |
| Binary | 11010110 | 11110100 | 11100110 | 1100 | 0 | 110 | 100 | 10011000 | 111010 | 1011010 |
Color Harmonies of #D6F4E6
Complementary color
Monochromatic Colors of #D6F4E6
Black with #D6F4E6
Text Example
Text Example
White with #D6F4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F4E6; }
p { color: rgb(214,244,230); }
H1.HeaderClassName
{
color: #D6F4E6;
}
.AnyTagClassName
{
color: #D6F4E6;
}
</style>
background-color css
<style>
a { background-color: #D6F4E6; }
a { background-color: rgb(214,244,230); }
div.DivClassName
{
background-color: #D6F4E6;
}
.BgClassName
{
background-color: #D6F4E6;
}
</style>
border-color css
<style>
span { border-color: #D6F4E6; }
span { border-color: rgb(214,244,230); }
td.TdClassName
{
border-color: #D6F4E6;
}
.TagClassName
{
border-color: #D6F4E6;
}
</style>