Shades of Clear Day #DCF5EC
Tints of Clear Day #DCF5EC
RGB
CMYK
RGB Variations
Color information
#DCF5EC (or 0xDCF5EC) is known color: Clear Day. HEX triplet: DC, F5 and EC. RGB value is (220,245,236). Sum of RGB (Red+Green+Blue) = 220+245+236=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5EC is #230A13. Grayscale: #ECECEC. Windows color (decimal): -2296340 or 15529436. OLE color: 15529436.
HSL color Cylindrical-coordinate representation of color #DCF5EC: hue angle of 158.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF5EC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 245 | 236 | - |
CMYK | 0.10 | 0 | 0.04 | 0.04 |
HSL | 158.4º | 0.56% | 0.91% | - |
HSV(B) | 158.4º | 0.1% | 0.96% | - |
XYZ | 77.31 | 86.58 | 91.99 | - |
YUV | 236.5 | 127.72 | 116.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 245 | 236 | 0.10 | 0 | 0.04 | 0.04 | 158.4 | 0.56 | 0.91 |
Hex | DC | F5 | EC | A | 0 | 4 | 4 | 9E | 38 | 5B |
Octal | 334 | 365 | 354 | 12 | 0 | 4 | 4 | 236 | 70 | 133 |
Binary | 11011100 | 11110101 | 11101100 | 1010 | 0 | 100 | 100 | 10011110 | 111000 | 1011011 |
Color Harmonies of #DCF5EC
Complementary color
Monochromatic Colors of #DCF5EC
Black with #DCF5EC
Text Example
Text Example
White with #DCF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5EC; }
p { color: rgb(220,245,236); }
H1.HeaderClassName
{
color: #DCF5EC;
}
.AnyTagClassName
{
color: #DCF5EC;
}
</style>
background-color css
<style>
a { background-color: #DCF5EC; }
a { background-color: rgb(220,245,236); }
div.DivClassName
{
background-color: #DCF5EC;
}
.BgClassName
{
background-color: #DCF5EC;
}
</style>
border-color css
<style>
span { border-color: #DCF5EC; }
span { border-color: rgb(220,245,236); }
td.TdClassName
{
border-color: #DCF5EC;
}
.TagClassName
{
border-color: #DCF5EC;
}
</style>