Shades of White Ice #D2FDEA
Tints of White Ice #D2FDEA
RGB
CMYK
RGB Variations
Color information
#D2FDEA (or 0xD2FDEA) is known color: White Ice. HEX triplet: D2, FD and EA. RGB value is (210,253,234). Sum of RGB (Red+Green+Blue) = 210+253+234=697 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.13% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FDEA is #2D0215. Grayscale: #EEEEEE. Windows color (decimal): -2949654 or 15400402. OLE color: 15400402.
HSL color Cylindrical-coordinate representation of color #D2FDEA: hue angle of 153.49º degrees, saturation: 0.91, 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 #D2FDEA is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 234 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.01 |
| HSL | 153.49º | 0.91% | 0.91% | - |
| HSV(B) | 153.49º | 0.17% | 0.99% | - |
| XYZ | 76.55 | 89.89 | 91.16 | - |
| YUV | 237.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 234 | 0.17 | 0 | 0.08 | 0.01 | 153.49 | 0.91 | 0.91 |
| Hex | D2 | FD | EA | 11 | 0 | 8 | 1 | 99 | 5B | 5B |
| Octal | 322 | 375 | 352 | 21 | 0 | 10 | 1 | 231 | 133 | 133 |
| Binary | 11010010 | 11111101 | 11101010 | 10001 | 0 | 1000 | 1 | 10011001 | 1011011 | 1011011 |
Color Harmonies of #D2FDEA
Complementary color
Monochromatic Colors of #D2FDEA
Black with #D2FDEA
Text Example
Text Example
White with #D2FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDEA; }
p { color: rgb(210,253,234); }
H1.HeaderClassName
{
color: #D2FDEA;
}
.AnyTagClassName
{
color: #D2FDEA;
}
</style>
background-color css
<style>
a { background-color: #D2FDEA; }
a { background-color: rgb(210,253,234); }
div.DivClassName
{
background-color: #D2FDEA;
}
.BgClassName
{
background-color: #D2FDEA;
}
</style>
border-color css
<style>
span { border-color: #D2FDEA; }
span { border-color: rgb(210,253,234); }
td.TdClassName
{
border-color: #D2FDEA;
}
.TagClassName
{
border-color: #D2FDEA;
}
</style>