Shades of White Ice #D4EEE2
Tints of White Ice #D4EEE2
RGB
CMYK
RGB Variations
Color information
#D4EEE2 (or 0xD4EEE2) is known color: White Ice. HEX triplet: D4, EE and E2. RGB value is (212,238,226). Sum of RGB (Red+Green+Blue) = 212+238+226=676 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.36% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EEE2 is #2B111D. Grayscale: #E4E4E4. Windows color (decimal): -2822430 or 14872276. OLE color: 14872276.
HSL color Cylindrical-coordinate representation of color #D4EEE2: hue angle of 152.31º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EEE2 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 238 | 226 | - |
CMYK | 0.11 | 0 | 0.05 | 0.07 |
HSL | 152.31º | 0.43% | 0.88% | - |
HSV(B) | 152.31º | 0.11% | 0.93% | - |
XYZ | 71.45 | 80.64 | 83.75 | - |
YUV | 228.86 | 126.39 | 115.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 238 | 226 | 0.11 | 0 | 0.05 | 0.07 | 152.31 | 0.43 | 0.88 |
Hex | D4 | EE | E2 | B | 0 | 5 | 7 | 98 | 2B | 58 |
Octal | 324 | 356 | 342 | 13 | 0 | 5 | 7 | 230 | 53 | 130 |
Binary | 11010100 | 11101110 | 11100010 | 1011 | 0 | 101 | 111 | 10011000 | 101011 | 1011000 |
Color Harmonies of #D4EEE2
Complementary color
Monochromatic Colors of #D4EEE2
Black with #D4EEE2
Text Example
Text Example
White with #D4EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEE2; }
p { color: rgb(212,238,226); }
H1.HeaderClassName
{
color: #D4EEE2;
}
.AnyTagClassName
{
color: #D4EEE2;
}
</style>
background-color css
<style>
a { background-color: #D4EEE2; }
a { background-color: rgb(212,238,226); }
div.DivClassName
{
background-color: #D4EEE2;
}
.BgClassName
{
background-color: #D4EEE2;
}
</style>
border-color css
<style>
span { border-color: #D4EEE2; }
span { border-color: rgb(212,238,226); }
td.TdClassName
{
border-color: #D4EEE2;
}
.TagClassName
{
border-color: #D4EEE2;
}
</style>