Shades of Clear Day #DCF3EC
Tints of Clear Day #DCF3EC
RGB
CMYK
RGB Variations
Color information
#DCF3EC (or 0xDCF3EC) is known color: Clear Day. HEX triplet: DC, F3 and EC. RGB value is (220,243,236). Sum of RGB (Red+Green+Blue) = 220+243+236=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3EC is #230C13. Grayscale: #EBEBEB. Windows color (decimal): -2296852 or 15528924. OLE color: 15528924.
HSL color Cylindrical-coordinate representation of color #DCF3EC: hue angle of 161.74º 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 #DCF3EC is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 236 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.05 |
| HSL | 161.74º | 0.49% | 0.91% | - |
| HSV(B) | 161.74º | 0.09% | 0.95% | - |
| XYZ | 76.71 | 85.37 | 91.79 | - |
| YUV | 235.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 236 | 0.09 | 0 | 0.03 | 0.05 | 161.74 | 0.49 | 0.91 |
| Hex | DC | F3 | EC | 9 | 0 | 3 | 5 | A2 | 31 | 5B |
| Octal | 334 | 363 | 354 | 11 | 0 | 3 | 5 | 242 | 61 | 133 |
| Binary | 11011100 | 11110011 | 11101100 | 1001 | 0 | 11 | 101 | 10100010 | 110001 | 1011011 |
Color Harmonies of #DCF3EC
Complementary color
Monochromatic Colors of #DCF3EC
Black with #DCF3EC
Text Example
Text Example
White with #DCF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3EC; }
p { color: rgb(220,243,236); }
H1.HeaderClassName
{
color: #DCF3EC;
}
.AnyTagClassName
{
color: #DCF3EC;
}
</style>
background-color css
<style>
a { background-color: #DCF3EC; }
a { background-color: rgb(220,243,236); }
div.DivClassName
{
background-color: #DCF3EC;
}
.BgClassName
{
background-color: #DCF3EC;
}
</style>
border-color css
<style>
span { border-color: #DCF3EC; }
span { border-color: rgb(220,243,236); }
td.TdClassName
{
border-color: #DCF3EC;
}
.TagClassName
{
border-color: #DCF3EC;
}
</style>