Shades of White Ice #D2FFEC
Tints of White Ice #D2FFEC
RGB
CMYK
RGB Variations
Color information
#D2FFEC (or 0xD2FFEC) is known color: White Ice. HEX triplet: D2, FF and EC. RGB value is (210,255,236). Sum of RGB (Red+Green+Blue) = 210+255+236=701 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.96% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFEC is #2D0013. Grayscale: #EFEFEF. Windows color (decimal): -2949140 or 15531986. OLE color: 15531986.
HSL color Cylindrical-coordinate representation of color #D2FFEC: hue angle of 154.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFEC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 236 | - |
| CMYK | 0.18 | 0 | 0.07 | 0 |
| HSL | 154.67º | 1% | 0.91% | - |
| HSV(B) | 154.67º | 0.18% | 1% | - |
| XYZ | 77.48 | 91.28 | 92.89 | - |
| YUV | 239.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 236 | 0.18 | 0 | 0.07 | 0 | 154.67 | 1 | 0.91 |
| Hex | D2 | FF | EC | 12 | 0 | 7 | 0 | 9B | 64 | 5B |
| Octal | 322 | 377 | 354 | 22 | 0 | 7 | 0 | 233 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11101100 | 10010 | 0 | 111 | 0 | 10011011 | 1100100 | 1011011 |
Color Harmonies of #D2FFEC
Complementary color
Monochromatic Colors of #D2FFEC
Black with #D2FFEC
Text Example
Text Example
White with #D2FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFEC; }
p { color: rgb(210,255,236); }
H1.HeaderClassName
{
color: #D2FFEC;
}
.AnyTagClassName
{
color: #D2FFEC;
}
</style>
background-color css
<style>
a { background-color: #D2FFEC; }
a { background-color: rgb(210,255,236); }
div.DivClassName
{
background-color: #D2FFEC;
}
.BgClassName
{
background-color: #D2FFEC;
}
</style>
border-color css
<style>
span { border-color: #D2FFEC; }
span { border-color: rgb(210,255,236); }
td.TdClassName
{
border-color: #D2FFEC;
}
.TagClassName
{
border-color: #D2FFEC;
}
</style>