Shades of White Ice #D2FFEB
Tints of White Ice #D2FFEB
RGB
CMYK
RGB Variations
Color information
#D2FFEB (or 0xD2FFEB) is known color: White Ice. HEX triplet: D2, FF and EB. RGB value is (210,255,235). Sum of RGB (Red+Green+Blue) = 210+255+235=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFEB is #2D0014. Grayscale: #EFEFEF. Windows color (decimal): -2949141 or 15466450. OLE color: 15466450.
HSL color Cylindrical-coordinate representation of color #D2FFEB: hue angle of 153.33º 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 #D2FFEB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 235 | - |
| CMYK | 0.18 | 0 | 0.08 | 0 |
| HSL | 153.33º | 1% | 0.91% | - |
| HSV(B) | 153.33º | 0.18% | 1% | - |
| XYZ | 77.33 | 91.22 | 92.13 | - |
| YUV | 239.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 235 | 0.18 | 0 | 0.08 | 0 | 153.33 | 1 | 0.91 |
| Hex | D2 | FF | EB | 12 | 0 | 8 | 0 | 99 | 64 | 5B |
| Octal | 322 | 377 | 353 | 22 | 0 | 10 | 0 | 231 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11101011 | 10010 | 0 | 1000 | 0 | 10011001 | 1100100 | 1011011 |
Color Harmonies of #D2FFEB
Complementary color
Monochromatic Colors of #D2FFEB
Black with #D2FFEB
Text Example
Text Example
White with #D2FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFEB; }
p { color: rgb(210,255,235); }
H1.HeaderClassName
{
color: #D2FFEB;
}
.AnyTagClassName
{
color: #D2FFEB;
}
</style>
background-color css
<style>
a { background-color: #D2FFEB; }
a { background-color: rgb(210,255,235); }
div.DivClassName
{
background-color: #D2FFEB;
}
.BgClassName
{
background-color: #D2FFEB;
}
</style>
border-color css
<style>
span { border-color: #D2FFEB; }
span { border-color: rgb(210,255,235); }
td.TdClassName
{
border-color: #D2FFEB;
}
.TagClassName
{
border-color: #D2FFEB;
}
</style>