Shades of White Ice #D2EBE1
Tints of White Ice #D2EBE1
RGB
CMYK
RGB Variations
Color information
#D2EBE1 (or 0xD2EBE1) is known color: White Ice. HEX triplet: D2, EB and E1. RGB value is (210,235,225). Sum of RGB (Red+Green+Blue) = 210+235+225=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBE1 is #2D141E. Grayscale: #E2E2E2. Windows color (decimal): -2954271 or 14805970. OLE color: 14805970.
HSL color Cylindrical-coordinate representation of color #D2EBE1: hue angle of 156º 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 #D2EBE1 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 225 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.08 |
| HSL | 156º | 0.38% | 0.87% | - |
| HSV(B) | 156º | 0.11% | 0.92% | - |
| XYZ | 69.88 | 78.55 | 82.71 | - |
| YUV | 226.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 225 | 0.11 | 0 | 0.04 | 0.08 | 156 | 0.38 | 0.87 |
| Hex | D2 | EB | E1 | B | 0 | 4 | 8 | 9C | 26 | 57 |
| Octal | 322 | 353 | 341 | 13 | 0 | 4 | 10 | 234 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11100001 | 1011 | 0 | 100 | 1000 | 10011100 | 100110 | 1010111 |
Color Harmonies of #D2EBE1
Complementary color
Monochromatic Colors of #D2EBE1
Black with #D2EBE1
Text Example
Text Example
White with #D2EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBE1; }
p { color: rgb(210,235,225); }
H1.HeaderClassName
{
color: #D2EBE1;
}
.AnyTagClassName
{
color: #D2EBE1;
}
</style>
background-color css
<style>
a { background-color: #D2EBE1; }
a { background-color: rgb(210,235,225); }
div.DivClassName
{
background-color: #D2EBE1;
}
.BgClassName
{
background-color: #D2EBE1;
}
</style>
border-color css
<style>
span { border-color: #D2EBE1; }
span { border-color: rgb(210,235,225); }
td.TdClassName
{
border-color: #D2EBE1;
}
.TagClassName
{
border-color: #D2EBE1;
}
</style>