Shades of White Ice #D5ECE2
Tints of White Ice #D5ECE2
RGB
CMYK
RGB Variations
Color information
#D5ECE2 (or 0xD5ECE2) is known color: White Ice. HEX triplet: D5, EC and E2. RGB value is (213,236,226). Sum of RGB (Red+Green+Blue) = 213+236+226=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECE2 is #2A131D. Grayscale: #E4E4E4. Windows color (decimal): -2757406 or 14871765. OLE color: 14871765.
HSL color Cylindrical-coordinate representation of color #D5ECE2: hue angle of 153.91º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5ECE2 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 236 | 226 | - |
CMYK | 0.10 | 0 | 0.04 | 0.07 |
HSL | 153.91º | 0.38% | 0.88% | - |
HSV(B) | 153.91º | 0.1% | 0.93% | - |
XYZ | 71.16 | 79.63 | 83.57 | - |
YUV | 227.98 | 126.88 | 117.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 236 | 226 | 0.10 | 0 | 0.04 | 0.07 | 153.91 | 0.38 | 0.88 |
Hex | D5 | EC | E2 | A | 0 | 4 | 7 | 9A | 26 | 58 |
Octal | 325 | 354 | 342 | 12 | 0 | 4 | 7 | 232 | 46 | 130 |
Binary | 11010101 | 11101100 | 11100010 | 1010 | 0 | 100 | 111 | 10011010 | 100110 | 1011000 |
Color Harmonies of #D5ECE2
Complementary color
Monochromatic Colors of #D5ECE2
Black with #D5ECE2
Text Example
Text Example
White with #D5ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECE2; }
p { color: rgb(213,236,226); }
H1.HeaderClassName
{
color: #D5ECE2;
}
.AnyTagClassName
{
color: #D5ECE2;
}
</style>
background-color css
<style>
a { background-color: #D5ECE2; }
a { background-color: rgb(213,236,226); }
div.DivClassName
{
background-color: #D5ECE2;
}
.BgClassName
{
background-color: #D5ECE2;
}
</style>
border-color css
<style>
span { border-color: #D5ECE2; }
span { border-color: rgb(213,236,226); }
td.TdClassName
{
border-color: #D5ECE2;
}
.TagClassName
{
border-color: #D5ECE2;
}
</style>