Shades of White Ice #D2FCE9
Tints of White Ice #D2FCE9
RGB
CMYK
RGB Variations
Color information
#D2FCE9 (or 0xD2FCE9) is known color: White Ice. HEX triplet: D2, FC and E9. RGB value is (210,252,233). Sum of RGB (Red+Green+Blue) = 210+252+233=695 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.22% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCE9 is #2D0316. Grayscale: #EDEDED. Windows color (decimal): -2949911 or 15334610. OLE color: 15334610.
HSL color Cylindrical-coordinate representation of color #D2FCE9: hue angle of 152.86º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCE9 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 233 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.01 |
| HSL | 152.86º | 0.88% | 0.91% | - |
| HSV(B) | 152.86º | 0.17% | 0.99% | - |
| XYZ | 76.1 | 89.21 | 90.3 | - |
| YUV | 237.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 233 | 0.17 | 0 | 0.08 | 0.01 | 152.86 | 0.88 | 0.91 |
| Hex | D2 | FC | E9 | 11 | 0 | 8 | 1 | 99 | 58 | 5B |
| Octal | 322 | 374 | 351 | 21 | 0 | 10 | 1 | 231 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11101001 | 10001 | 0 | 1000 | 1 | 10011001 | 1011000 | 1011011 |
Color Harmonies of #D2FCE9
Complementary color
Monochromatic Colors of #D2FCE9
Black with #D2FCE9
Text Example
Text Example
White with #D2FCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCE9; }
p { color: rgb(210,252,233); }
H1.HeaderClassName
{
color: #D2FCE9;
}
.AnyTagClassName
{
color: #D2FCE9;
}
</style>
background-color css
<style>
a { background-color: #D2FCE9; }
a { background-color: rgb(210,252,233); }
div.DivClassName
{
background-color: #D2FCE9;
}
.BgClassName
{
background-color: #D2FCE9;
}
</style>
border-color css
<style>
span { border-color: #D2FCE9; }
span { border-color: rgb(210,252,233); }
td.TdClassName
{
border-color: #D2FCE9;
}
.TagClassName
{
border-color: #D2FCE9;
}
</style>