Shades of Clear Day #DCF2EA
Tints of Clear Day #DCF2EA
RGB
CMYK
RGB Variations
Color information
#DCF2EA (or 0xDCF2EA) is known color: Clear Day. HEX triplet: DC, F2 and EA. RGB value is (220,242,234). Sum of RGB (Red+Green+Blue) = 220+242+234=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2EA is #230D15. Grayscale: #EAEAEA. Windows color (decimal): -2297110 or 15397596. OLE color: 15397596.
HSL color Cylindrical-coordinate representation of color #DCF2EA: hue angle of 158.18º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2EA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 234 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.05 |
| HSL | 158.18º | 0.46% | 0.91% | - |
| HSV(B) | 158.18º | 0.09% | 0.95% | - |
| XYZ | 76.12 | 84.66 | 90.17 | - |
| YUV | 234.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 234 | 0.09 | 0 | 0.03 | 0.05 | 158.18 | 0.46 | 0.91 |
| Hex | DC | F2 | EA | 9 | 0 | 3 | 5 | 9E | 2E | 5B |
| Octal | 334 | 362 | 352 | 11 | 0 | 3 | 5 | 236 | 56 | 133 |
| Binary | 11011100 | 11110010 | 11101010 | 1001 | 0 | 11 | 101 | 10011110 | 101110 | 1011011 |
Color Harmonies of #DCF2EA
Complementary color
Monochromatic Colors of #DCF2EA
Black with #DCF2EA
Text Example
Text Example
White with #DCF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2EA; }
p { color: rgb(220,242,234); }
H1.HeaderClassName
{
color: #DCF2EA;
}
.AnyTagClassName
{
color: #DCF2EA;
}
</style>
background-color css
<style>
a { background-color: #DCF2EA; }
a { background-color: rgb(220,242,234); }
div.DivClassName
{
background-color: #DCF2EA;
}
.BgClassName
{
background-color: #DCF2EA;
}
</style>
border-color css
<style>
span { border-color: #DCF2EA; }
span { border-color: rgb(220,242,234); }
td.TdClassName
{
border-color: #DCF2EA;
}
.TagClassName
{
border-color: #DCF2EA;
}
</style>