Shades of White Ice #D4EADF
Tints of White Ice #D4EADF
RGB
CMYK
RGB Variations
Color information
#D4EADF (or 0xD4EADF) is known color: White Ice. HEX triplet: D4, EA and DF. RGB value is (212,234,223). Sum of RGB (Red+Green+Blue) = 212+234+223=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EADF is #2B1520. Grayscale: #E2E2E2. Windows color (decimal): -2823457 or 14674644. OLE color: 14674644.
HSL color Cylindrical-coordinate representation of color #D4EADF: hue angle of 150º 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 #D4EADF is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 223 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.08 |
| HSL | 150º | 0.34% | 0.87% | - |
| HSV(B) | 150º | 0.09% | 0.92% | - |
| XYZ | 69.89 | 78.17 | 81.22 | - |
| YUV | 226.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 223 | 0.09 | 0 | 0.05 | 0.08 | 150 | 0.34 | 0.87 |
| Hex | D4 | EA | DF | 9 | 0 | 5 | 8 | 96 | 22 | 57 |
| Octal | 324 | 352 | 337 | 11 | 0 | 5 | 10 | 226 | 42 | 127 |
| Binary | 11010100 | 11101010 | 11011111 | 1001 | 0 | 101 | 1000 | 10010110 | 100010 | 1010111 |
Color Harmonies of #D4EADF
Complementary color
Monochromatic Colors of #D4EADF
Black with #D4EADF
Text Example
Text Example
White with #D4EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EADF; }
p { color: rgb(212,234,223); }
H1.HeaderClassName
{
color: #D4EADF;
}
.AnyTagClassName
{
color: #D4EADF;
}
</style>
background-color css
<style>
a { background-color: #D4EADF; }
a { background-color: rgb(212,234,223); }
div.DivClassName
{
background-color: #D4EADF;
}
.BgClassName
{
background-color: #D4EADF;
}
</style>
border-color css
<style>
span { border-color: #D4EADF; }
span { border-color: rgb(212,234,223); }
td.TdClassName
{
border-color: #D4EADF;
}
.TagClassName
{
border-color: #D4EADF;
}
</style>