Shades of White Ice #D6F4E2
Tints of White Ice #D6F4E2
RGB
CMYK
RGB Variations
Color information
#D6F4E2 (or 0xD6F4E2) is known color: White Ice. HEX triplet: D6, F4 and E2. RGB value is (214,244,226). Sum of RGB (Red+Green+Blue) = 214+244+226=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F4E2 is #290B1D. Grayscale: #E9E9E9. Windows color (decimal): -2689822 or 14873814. OLE color: 14873814.
HSL color Cylindrical-coordinate representation of color #D6F4E2: hue angle of 144º 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 #D6F4E2 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 226 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.04 |
| HSL | 144º | 0.58% | 0.9% | - |
| HSV(B) | 144º | 0.12% | 0.96% | - |
| XYZ | 73.81 | 84.49 | 84.37 | - |
| YUV | 232.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 226 | 0.12 | 0 | 0.07 | 0.04 | 144 | 0.58 | 0.9 |
| Hex | D6 | F4 | E2 | C | 0 | 7 | 4 | 90 | 3A | 5A |
| Octal | 326 | 364 | 342 | 14 | 0 | 7 | 4 | 220 | 72 | 132 |
| Binary | 11010110 | 11110100 | 11100010 | 1100 | 0 | 111 | 100 | 10010000 | 111010 | 1011010 |
Color Harmonies of #D6F4E2
Complementary color
Monochromatic Colors of #D6F4E2
Black with #D6F4E2
Text Example
Text Example
White with #D6F4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F4E2; }
p { color: rgb(214,244,226); }
H1.HeaderClassName
{
color: #D6F4E2;
}
.AnyTagClassName
{
color: #D6F4E2;
}
</style>
background-color css
<style>
a { background-color: #D6F4E2; }
a { background-color: rgb(214,244,226); }
div.DivClassName
{
background-color: #D6F4E2;
}
.BgClassName
{
background-color: #D6F4E2;
}
</style>
border-color css
<style>
span { border-color: #D6F4E2; }
span { border-color: rgb(214,244,226); }
td.TdClassName
{
border-color: #D6F4E2;
}
.TagClassName
{
border-color: #D6F4E2;
}
</style>