Shades of White Ice #D1EBE0
Tints of White Ice #D1EBE0
RGB
CMYK
RGB Variations
Color information
#D1EBE0 (or 0xD1EBE0) is known color: White Ice. HEX triplet: D1, EB and E0. RGB value is (209,235,224). Sum of RGB (Red+Green+Blue) = 209+235+224=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EBE0 is #2E141F. Grayscale: #E1E1E1. Windows color (decimal): -3019808 or 14740433. OLE color: 14740433.
HSL color Cylindrical-coordinate representation of color #D1EBE0: hue angle of 154.62º degrees, saturation: 0.39, 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 #D1EBE0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 224 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.08 |
| HSL | 154.62º | 0.39% | 0.87% | - |
| HSV(B) | 154.62º | 0.11% | 0.92% | - |
| XYZ | 69.46 | 78.35 | 81.98 | - |
| YUV | 225.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 224 | 0.11 | 0 | 0.05 | 0.08 | 154.62 | 0.39 | 0.87 |
| Hex | D1 | EB | E0 | B | 0 | 5 | 8 | 9B | 27 | 57 |
| Octal | 321 | 353 | 340 | 13 | 0 | 5 | 10 | 233 | 47 | 127 |
| Binary | 11010001 | 11101011 | 11100000 | 1011 | 0 | 101 | 1000 | 10011011 | 100111 | 1010111 |
Color Harmonies of #D1EBE0
Complementary color
Monochromatic Colors of #D1EBE0
Black with #D1EBE0
Text Example
Text Example
White with #D1EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EBE0; }
p { color: rgb(209,235,224); }
H1.HeaderClassName
{
color: #D1EBE0;
}
.AnyTagClassName
{
color: #D1EBE0;
}
</style>
background-color css
<style>
a { background-color: #D1EBE0; }
a { background-color: rgb(209,235,224); }
div.DivClassName
{
background-color: #D1EBE0;
}
.BgClassName
{
background-color: #D1EBE0;
}
</style>
border-color css
<style>
span { border-color: #D1EBE0; }
span { border-color: rgb(209,235,224); }
td.TdClassName
{
border-color: #D1EBE0;
}
.TagClassName
{
border-color: #D1EBE0;
}
</style>