Shades of White Ice #D6F2E5
Tints of White Ice #D6F2E5
RGB
CMYK
RGB Variations
Color information
#D6F2E5 (or 0xD6F2E5) is known color: White Ice. HEX triplet: D6, F2 and E5. RGB value is (214,242,229). Sum of RGB (Red+Green+Blue) = 214+242+229=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2E5 is #290D1A. Grayscale: #E8E8E8. Windows color (decimal): -2690331 or 15069910. OLE color: 15069910.
HSL color Cylindrical-coordinate representation of color #D6F2E5: hue angle of 152.14º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F2E5 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 229 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.05 |
| HSL | 152.14º | 0.52% | 0.89% | - |
| HSV(B) | 152.14º | 0.12% | 0.95% | - |
| XYZ | 73.63 | 83.46 | 86.36 | - |
| YUV | 232.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 229 | 0.12 | 0 | 0.05 | 0.05 | 152.14 | 0.52 | 0.89 |
| Hex | D6 | F2 | E5 | C | 0 | 5 | 5 | 98 | 34 | 59 |
| Octal | 326 | 362 | 345 | 14 | 0 | 5 | 5 | 230 | 64 | 131 |
| Binary | 11010110 | 11110010 | 11100101 | 1100 | 0 | 101 | 101 | 10011000 | 110100 | 1011001 |
Color Harmonies of #D6F2E5
Complementary color
Monochromatic Colors of #D6F2E5
Black with #D6F2E5
Text Example
Text Example
White with #D6F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F2E5; }
p { color: rgb(214,242,229); }
H1.HeaderClassName
{
color: #D6F2E5;
}
.AnyTagClassName
{
color: #D6F2E5;
}
</style>
background-color css
<style>
a { background-color: #D6F2E5; }
a { background-color: rgb(214,242,229); }
div.DivClassName
{
background-color: #D6F2E5;
}
.BgClassName
{
background-color: #D6F2E5;
}
</style>
border-color css
<style>
span { border-color: #D6F2E5; }
span { border-color: rgb(214,242,229); }
td.TdClassName
{
border-color: #D6F2E5;
}
.TagClassName
{
border-color: #D6F2E5;
}
</style>