Shades of White Ice #D4EADE
Tints of White Ice #D4EADE
RGB
CMYK
RGB Variations
Color information
#D4EADE (or 0xD4EADE) is known color: White Ice. HEX triplet: D4, EA and DE. RGB value is (212,234,222). Sum of RGB (Red+Green+Blue) = 212+234+222=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EADE is #2B1521. Grayscale: #E2E2E2. Windows color (decimal): -2823458 or 14609108. OLE color: 14609108.
HSL color Cylindrical-coordinate representation of color #D4EADE: hue angle of 147.27º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4EADE is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 212 | 234 | 222 | - |
CMYK | 0.09 | 0 | 0.05 | 0.08 |
HSL | 147.27º | 0.34% | 0.87% | - |
HSV(B) | 147.27º | 0.09% | 0.92% | - |
XYZ | 69.76 | 78.12 | 80.51 | - |
YUV | 226.05 | 125.71 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 234 | 222 | 0.09 | 0 | 0.05 | 0.08 | 147.27 | 0.34 | 0.87 |
Hex | D4 | EA | DE | 9 | 0 | 5 | 8 | 93 | 22 | 57 |
Octal | 324 | 352 | 336 | 11 | 0 | 5 | 10 | 223 | 42 | 127 |
Binary | 11010100 | 11101010 | 11011110 | 1001 | 0 | 101 | 1000 | 10010011 | 100010 | 1010111 |
Color Harmonies of #D4EADE
Complementary color
Monochromatic Colors of #D4EADE
Black with #D4EADE
Text Example
Text Example
White with #D4EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EADE; }
p { color: rgb(212,234,222); }
H1.HeaderClassName
{
color: #D4EADE;
}
.AnyTagClassName
{
color: #D4EADE;
}
</style>
background-color css
<style>
a { background-color: #D4EADE; }
a { background-color: rgb(212,234,222); }
div.DivClassName
{
background-color: #D4EADE;
}
.BgClassName
{
background-color: #D4EADE;
}
</style>
border-color css
<style>
span { border-color: #D4EADE; }
span { border-color: rgb(212,234,222); }
td.TdClassName
{
border-color: #D4EADE;
}
.TagClassName
{
border-color: #D4EADE;
}
</style>