Shades of White Ice #D4EFE0
Tints of White Ice #D4EFE0
RGB
CMYK
RGB Variations
Color information
#D4EFE0 (or 0xD4EFE0) is known color: White Ice. HEX triplet: D4, EF and E0. RGB value is (212,239,224). Sum of RGB (Red+Green+Blue) = 212+239+224=675 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.41% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFE0 is #2B101F. Grayscale: #E5E5E5. Windows color (decimal): -2822176 or 14741460. OLE color: 14741460.
HSL color Cylindrical-coordinate representation of color #D4EFE0: hue angle of 146.67º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EFE0 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 224 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.06 |
| HSL | 146.67º | 0.46% | 0.88% | - |
| HSV(B) | 146.67º | 0.11% | 0.94% | - |
| XYZ | 71.47 | 81.11 | 82.41 | - |
| YUV | 229.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 224 | 0.11 | 0 | 0.06 | 0.06 | 146.67 | 0.46 | 0.88 |
| Hex | D4 | EF | E0 | B | 0 | 6 | 6 | 93 | 2E | 58 |
| Octal | 324 | 357 | 340 | 13 | 0 | 6 | 6 | 223 | 56 | 130 |
| Binary | 11010100 | 11101111 | 11100000 | 1011 | 0 | 110 | 110 | 10010011 | 101110 | 1011000 |
Color Harmonies of #D4EFE0
Complementary color
Monochromatic Colors of #D4EFE0
Black with #D4EFE0
Text Example
Text Example
White with #D4EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EFE0; }
p { color: rgb(212,239,224); }
H1.HeaderClassName
{
color: #D4EFE0;
}
.AnyTagClassName
{
color: #D4EFE0;
}
</style>
background-color css
<style>
a { background-color: #D4EFE0; }
a { background-color: rgb(212,239,224); }
div.DivClassName
{
background-color: #D4EFE0;
}
.BgClassName
{
background-color: #D4EFE0;
}
</style>
border-color css
<style>
span { border-color: #D4EFE0; }
span { border-color: rgb(212,239,224); }
td.TdClassName
{
border-color: #D4EFE0;
}
.TagClassName
{
border-color: #D4EFE0;
}
</style>