Shades of Clear Day #DCF0EA
Tints of Clear Day #DCF0EA
RGB
CMYK
RGB Variations
Color information
#DCF0EA (or 0xDCF0EA) is known color: Clear Day. HEX triplet: DC, F0 and EA. RGB value is (220,240,234). Sum of RGB (Red+Green+Blue) = 220+240+234=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0EA is #230F15. Grayscale: #E9E9E9. Windows color (decimal): -2297622 or 15397084. OLE color: 15397084.
HSL color Cylindrical-coordinate representation of color #DCF0EA: hue angle of 162º 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 #DCF0EA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 234 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.06 |
| HSL | 162º | 0.4% | 0.9% | - |
| HSV(B) | 162º | 0.08% | 0.94% | - |
| XYZ | 75.53 | 83.48 | 89.97 | - |
| YUV | 233.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 234 | 0.08 | 0 | 0.02 | 0.06 | 162 | 0.4 | 0.9 |
| Hex | DC | F0 | EA | 8 | 0 | 2 | 6 | A2 | 28 | 5A |
| Octal | 334 | 360 | 352 | 10 | 0 | 2 | 6 | 242 | 50 | 132 |
| Binary | 11011100 | 11110000 | 11101010 | 1000 | 0 | 10 | 110 | 10100010 | 101000 | 1011010 |
Color Harmonies of #DCF0EA
Complementary color
Monochromatic Colors of #DCF0EA
Black with #DCF0EA
Text Example
Text Example
White with #DCF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0EA; }
p { color: rgb(220,240,234); }
H1.HeaderClassName
{
color: #DCF0EA;
}
.AnyTagClassName
{
color: #DCF0EA;
}
</style>
background-color css
<style>
a { background-color: #DCF0EA; }
a { background-color: rgb(220,240,234); }
div.DivClassName
{
background-color: #DCF0EA;
}
.BgClassName
{
background-color: #DCF0EA;
}
</style>
border-color css
<style>
span { border-color: #DCF0EA; }
span { border-color: rgb(220,240,234); }
td.TdClassName
{
border-color: #DCF0EA;
}
.TagClassName
{
border-color: #DCF0EA;
}
</style>