Shades of White Ice #D5ECE0
Tints of White Ice #D5ECE0
RGB
CMYK
RGB Variations
Color information
#D5ECE0 (or 0xD5ECE0) is known color: White Ice. HEX triplet: D5, EC and E0. RGB value is (213,236,224). Sum of RGB (Red+Green+Blue) = 213+236+224=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECE0 is #2A131F. Grayscale: #E3E3E3. Windows color (decimal): -2757408 or 14740693. OLE color: 14740693.
HSL color Cylindrical-coordinate representation of color #D5ECE0: hue angle of 148.7º 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 #D5ECE0 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 236 | 224 | - |
CMYK | 0.10 | 0 | 0.05 | 0.07 |
HSL | 148.7º | 0.38% | 0.88% | - |
HSV(B) | 148.7º | 0.1% | 0.93% | - |
XYZ | 70.89 | 79.52 | 82.13 | - |
YUV | 227.76 | 125.88 | 117.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 236 | 224 | 0.10 | 0 | 0.05 | 0.07 | 148.7 | 0.38 | 0.88 |
Hex | D5 | EC | E0 | A | 0 | 5 | 7 | 95 | 26 | 58 |
Octal | 325 | 354 | 340 | 12 | 0 | 5 | 7 | 225 | 46 | 130 |
Binary | 11010101 | 11101100 | 11100000 | 1010 | 0 | 101 | 111 | 10010101 | 100110 | 1011000 |
Color Harmonies of #D5ECE0
Complementary color
Monochromatic Colors of #D5ECE0
Black with #D5ECE0
Text Example
Text Example
White with #D5ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECE0; }
p { color: rgb(213,236,224); }
H1.HeaderClassName
{
color: #D5ECE0;
}
.AnyTagClassName
{
color: #D5ECE0;
}
</style>
background-color css
<style>
a { background-color: #D5ECE0; }
a { background-color: rgb(213,236,224); }
div.DivClassName
{
background-color: #D5ECE0;
}
.BgClassName
{
background-color: #D5ECE0;
}
</style>
border-color css
<style>
span { border-color: #D5ECE0; }
span { border-color: rgb(213,236,224); }
td.TdClassName
{
border-color: #D5ECE0;
}
.TagClassName
{
border-color: #D5ECE0;
}
</style>