Shades of White Ice #D4ECDE
Tints of White Ice #D4ECDE
RGB
CMYK
RGB Variations
Color information
#D4ECDE (or 0xD4ECDE) is known color: White Ice. HEX triplet: D4, EC and DE. RGB value is (212,236,222). Sum of RGB (Red+Green+Blue) = 212+236+222=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4ECDE is #2B1321. Grayscale: #E3E3E3. Windows color (decimal): -2822946 or 14609620. OLE color: 14609620.
HSL color Cylindrical-coordinate representation of color #D4ECDE: hue angle of 145º degrees, saturation: 0.39, 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 #D4ECDE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 222 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.07 |
| HSL | 145º | 0.39% | 0.88% | - |
| HSV(B) | 145º | 0.1% | 0.93% | - |
| XYZ | 70.33 | 79.26 | 80.7 | - |
| YUV | 227.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 222 | 0.10 | 0 | 0.06 | 0.07 | 145 | 0.39 | 0.88 |
| Hex | D4 | EC | DE | A | 0 | 6 | 7 | 91 | 27 | 58 |
| Octal | 324 | 354 | 336 | 12 | 0 | 6 | 7 | 221 | 47 | 130 |
| Binary | 11010100 | 11101100 | 11011110 | 1010 | 0 | 110 | 111 | 10010001 | 100111 | 1011000 |
Color Harmonies of #D4ECDE
Complementary color
Monochromatic Colors of #D4ECDE
Black with #D4ECDE
Text Example
Text Example
White with #D4ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ECDE; }
p { color: rgb(212,236,222); }
H1.HeaderClassName
{
color: #D4ECDE;
}
.AnyTagClassName
{
color: #D4ECDE;
}
</style>
background-color css
<style>
a { background-color: #D4ECDE; }
a { background-color: rgb(212,236,222); }
div.DivClassName
{
background-color: #D4ECDE;
}
.BgClassName
{
background-color: #D4ECDE;
}
</style>
border-color css
<style>
span { border-color: #D4ECDE; }
span { border-color: rgb(212,236,222); }
td.TdClassName
{
border-color: #D4ECDE;
}
.TagClassName
{
border-color: #D4ECDE;
}
</style>