Shades of White Ice #DCF0E8
Tints of White Ice #DCF0E8
RGB
CMYK
RGB Variations
Color information
#DCF0E8 (or 0xDCF0E8) is known color: White Ice. HEX triplet: DC, F0 and E8. RGB value is (220,240,232). Sum of RGB (Red+Green+Blue) = 220+240+232=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0E8 is #230F17. Grayscale: #E9E9E9. Windows color (decimal): -2297624 or 15266012. OLE color: 15266012.
HSL color Cylindrical-coordinate representation of color #DCF0E8: hue angle of 156º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCF0E8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 232 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.06 |
| HSL | 156º | 0.4% | 0.9% | - |
| HSV(B) | 156º | 0.08% | 0.94% | - |
| XYZ | 75.24 | 83.36 | 88.47 | - |
| YUV | 233.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 232 | 0.08 | 0 | 0.03 | 0.06 | 156 | 0.4 | 0.9 |
| Hex | DC | F0 | E8 | 8 | 0 | 3 | 6 | 9C | 28 | 5A |
| Octal | 334 | 360 | 350 | 10 | 0 | 3 | 6 | 234 | 50 | 132 |
| Binary | 11011100 | 11110000 | 11101000 | 1000 | 0 | 11 | 110 | 10011100 | 101000 | 1011010 |
Color Harmonies of #DCF0E8
Complementary color
Monochromatic Colors of #DCF0E8
Black with #DCF0E8
Text Example
Text Example
White with #DCF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0E8; }
p { color: rgb(220,240,232); }
H1.HeaderClassName
{
color: #DCF0E8;
}
.AnyTagClassName
{
color: #DCF0E8;
}
</style>
background-color css
<style>
a { background-color: #DCF0E8; }
a { background-color: rgb(220,240,232); }
div.DivClassName
{
background-color: #DCF0E8;
}
.BgClassName
{
background-color: #DCF0E8;
}
</style>
border-color css
<style>
span { border-color: #DCF0E8; }
span { border-color: rgb(220,240,232); }
td.TdClassName
{
border-color: #DCF0E8;
}
.TagClassName
{
border-color: #DCF0E8;
}
</style>