Shades of Clear Day #DCF3EA
Tints of Clear Day #DCF3EA
RGB
CMYK
RGB Variations
Color information
#DCF3EA (or 0xDCF3EA) is known color: Clear Day. HEX triplet: DC, F3 and EA. RGB value is (220,243,234). Sum of RGB (Red+Green+Blue) = 220+243+234=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3EA is #230C15. Grayscale: #EBEBEB. Windows color (decimal): -2296854 or 15397852. OLE color: 15397852.
HSL color Cylindrical-coordinate representation of color #DCF3EA: hue angle of 156.52º degrees, saturation: 0.49, 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 #DCF3EA is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 234 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.05 |
| HSL | 156.52º | 0.49% | 0.91% | - |
| HSV(B) | 156.52º | 0.09% | 0.95% | - |
| XYZ | 76.42 | 85.26 | 90.27 | - |
| YUV | 235.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 234 | 0.09 | 0 | 0.04 | 0.05 | 156.52 | 0.49 | 0.91 |
| Hex | DC | F3 | EA | 9 | 0 | 4 | 5 | 9D | 31 | 5B |
| Octal | 334 | 363 | 352 | 11 | 0 | 4 | 5 | 235 | 61 | 133 |
| Binary | 11011100 | 11110011 | 11101010 | 1001 | 0 | 100 | 101 | 10011101 | 110001 | 1011011 |
Color Harmonies of #DCF3EA
Complementary color
Monochromatic Colors of #DCF3EA
Black with #DCF3EA
Text Example
Text Example
White with #DCF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3EA; }
p { color: rgb(220,243,234); }
H1.HeaderClassName
{
color: #DCF3EA;
}
.AnyTagClassName
{
color: #DCF3EA;
}
</style>
background-color css
<style>
a { background-color: #DCF3EA; }
a { background-color: rgb(220,243,234); }
div.DivClassName
{
background-color: #DCF3EA;
}
.BgClassName
{
background-color: #DCF3EA;
}
</style>
border-color css
<style>
span { border-color: #DCF3EA; }
span { border-color: rgb(220,243,234); }
td.TdClassName
{
border-color: #DCF3EA;
}
.TagClassName
{
border-color: #DCF3EA;
}
</style>