Shades of White Ice #D2F9E5
Tints of White Ice #D2F9E5
RGB
CMYK
RGB Variations
Color information
#D2F9E5 (or 0xD2F9E5) is known color: White Ice. HEX triplet: D2, F9 and E5. RGB value is (210,249,229). Sum of RGB (Red+Green+Blue) = 210+249+229=688 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.52% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F9E5 is #2D061A. Grayscale: #EBEBEB. Windows color (decimal): -2950683 or 15071698. OLE color: 15071698.
HSL color Cylindrical-coordinate representation of color #D2F9E5: hue angle of 149.23º 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 #D2F9E5 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 229 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.02 |
| HSL | 149.23º | 0.76% | 0.9% | - |
| HSV(B) | 149.23º | 0.16% | 0.98% | - |
| XYZ | 74.6 | 87.11 | 87.01 | - |
| YUV | 235.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 229 | 0.16 | 0 | 0.08 | 0.02 | 149.23 | 0.76 | 0.9 |
| Hex | D2 | F9 | E5 | 10 | 0 | 8 | 2 | 95 | 4C | 5A |
| Octal | 322 | 371 | 345 | 20 | 0 | 10 | 2 | 225 | 114 | 132 |
| Binary | 11010010 | 11111001 | 11100101 | 10000 | 0 | 1000 | 10 | 10010101 | 1001100 | 1011010 |
Color Harmonies of #D2F9E5
Complementary color
Monochromatic Colors of #D2F9E5
Black with #D2F9E5
Text Example
Text Example
White with #D2F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F9E5; }
p { color: rgb(210,249,229); }
H1.HeaderClassName
{
color: #D2F9E5;
}
.AnyTagClassName
{
color: #D2F9E5;
}
</style>
background-color css
<style>
a { background-color: #D2F9E5; }
a { background-color: rgb(210,249,229); }
div.DivClassName
{
background-color: #D2F9E5;
}
.BgClassName
{
background-color: #D2F9E5;
}
</style>
border-color css
<style>
span { border-color: #D2F9E5; }
span { border-color: rgb(210,249,229); }
td.TdClassName
{
border-color: #D2F9E5;
}
.TagClassName
{
border-color: #D2F9E5;
}
</style>