Shades of White Ice #D2F9E8
Tints of White Ice #D2F9E8
RGB
CMYK
RGB Variations
Color information
#D2F9E8 (or 0xD2F9E8) is known color: White Ice. HEX triplet: D2, F9 and E8. RGB value is (210,249,232). Sum of RGB (Red+Green+Blue) = 210+249+232=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F9E8 is #2D0617. Grayscale: #EBEBEB. Windows color (decimal): -2950680 or 15268306. OLE color: 15268306.
HSL color Cylindrical-coordinate representation of color #D2F9E8: hue angle of 153.85º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2F9E8 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 232 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.02 |
| HSL | 153.85º | 0.76% | 0.9% | - |
| HSV(B) | 153.85º | 0.16% | 0.98% | - |
| XYZ | 75.02 | 87.28 | 89.24 | - |
| YUV | 235.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 232 | 0.16 | 0 | 0.07 | 0.02 | 153.85 | 0.76 | 0.9 |
| Hex | D2 | F9 | E8 | 10 | 0 | 7 | 2 | 9A | 4C | 5A |
| Octal | 322 | 371 | 350 | 20 | 0 | 7 | 2 | 232 | 114 | 132 |
| Binary | 11010010 | 11111001 | 11101000 | 10000 | 0 | 111 | 10 | 10011010 | 1001100 | 1011010 |
Color Harmonies of #D2F9E8
Complementary color
Monochromatic Colors of #D2F9E8
Black with #D2F9E8
Text Example
Text Example
White with #D2F9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F9E8; }
p { color: rgb(210,249,232); }
H1.HeaderClassName
{
color: #D2F9E8;
}
.AnyTagClassName
{
color: #D2F9E8;
}
</style>
background-color css
<style>
a { background-color: #D2F9E8; }
a { background-color: rgb(210,249,232); }
div.DivClassName
{
background-color: #D2F9E8;
}
.BgClassName
{
background-color: #D2F9E8;
}
</style>
border-color css
<style>
span { border-color: #D2F9E8; }
span { border-color: rgb(210,249,232); }
td.TdClassName
{
border-color: #D2F9E8;
}
.TagClassName
{
border-color: #D2F9E8;
}
</style>