Shades of White Ice #D4EDDF
Tints of White Ice #D4EDDF
RGB
CMYK
RGB Variations
Color information
#D4EDDF (or 0xD4EDDF) is known color: White Ice. HEX triplet: D4, ED and DF. RGB value is (212,237,223). Sum of RGB (Red+Green+Blue) = 212+237+223=672 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.55% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDDF is #2B1220. Grayscale: #E3E3E3. Windows color (decimal): -2822689 or 14675412. OLE color: 14675412.
HSL color Cylindrical-coordinate representation of color #D4EDDF: hue angle of 146.4º degrees, saturation: 0.41, 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 #D4EDDF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 237 | 223 | - |
CMYK | 0.11 | 0 | 0.06 | 0.07 |
HSL | 146.4º | 0.41% | 0.88% | - |
HSV(B) | 146.4º | 0.11% | 0.93% | - |
XYZ | 70.75 | 79.89 | 81.5 | - |
YUV | 227.93 | 125.22 | 116.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 237 | 223 | 0.11 | 0 | 0.06 | 0.07 | 146.4 | 0.41 | 0.88 |
Hex | D4 | ED | DF | B | 0 | 6 | 7 | 92 | 29 | 58 |
Octal | 324 | 355 | 337 | 13 | 0 | 6 | 7 | 222 | 51 | 130 |
Binary | 11010100 | 11101101 | 11011111 | 1011 | 0 | 110 | 111 | 10010010 | 101001 | 1011000 |
Color Harmonies of #D4EDDF
Complementary color
Monochromatic Colors of #D4EDDF
Black with #D4EDDF
Text Example
Text Example
White with #D4EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDDF; }
p { color: rgb(212,237,223); }
H1.HeaderClassName
{
color: #D4EDDF;
}
.AnyTagClassName
{
color: #D4EDDF;
}
</style>
background-color css
<style>
a { background-color: #D4EDDF; }
a { background-color: rgb(212,237,223); }
div.DivClassName
{
background-color: #D4EDDF;
}
.BgClassName
{
background-color: #D4EDDF;
}
</style>
border-color css
<style>
span { border-color: #D4EDDF; }
span { border-color: rgb(212,237,223); }
td.TdClassName
{
border-color: #D4EDDF;
}
.TagClassName
{
border-color: #D4EDDF;
}
</style>