Shades of White Ice #D2EBDE
Tints of White Ice #D2EBDE
RGB
CMYK
RGB Variations
Color information
#D2EBDE (or 0xD2EBDE) is known color: White Ice. HEX triplet: D2, EB and DE. RGB value is (210,235,222). Sum of RGB (Red+Green+Blue) = 210+235+222=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBDE is #2D1421. Grayscale: #E2E2E2. Windows color (decimal): -2954274 or 14609362. OLE color: 14609362.
HSL color Cylindrical-coordinate representation of color #D2EBDE: hue angle of 148.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EBDE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 222 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.08 |
| HSL | 148.8º | 0.38% | 0.87% | - |
| HSV(B) | 148.8º | 0.11% | 0.92% | - |
| XYZ | 69.47 | 78.39 | 80.58 | - |
| YUV | 226.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 222 | 0.11 | 0 | 0.06 | 0.08 | 148.8 | 0.38 | 0.87 |
| Hex | D2 | EB | DE | B | 0 | 6 | 8 | 95 | 26 | 57 |
| Octal | 322 | 353 | 336 | 13 | 0 | 6 | 10 | 225 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11011110 | 1011 | 0 | 110 | 1000 | 10010101 | 100110 | 1010111 |
Color Harmonies of #D2EBDE
Complementary color
Monochromatic Colors of #D2EBDE
Black with #D2EBDE
Text Example
Text Example
White with #D2EBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBDE; }
p { color: rgb(210,235,222); }
H1.HeaderClassName
{
color: #D2EBDE;
}
.AnyTagClassName
{
color: #D2EBDE;
}
</style>
background-color css
<style>
a { background-color: #D2EBDE; }
a { background-color: rgb(210,235,222); }
div.DivClassName
{
background-color: #D2EBDE;
}
.BgClassName
{
background-color: #D2EBDE;
}
</style>
border-color css
<style>
span { border-color: #D2EBDE; }
span { border-color: rgb(210,235,222); }
td.TdClassName
{
border-color: #D2EBDE;
}
.TagClassName
{
border-color: #D2EBDE;
}
</style>