Shades of Clear Day #DCF4ED
Tints of Clear Day #DCF4ED
RGB
CMYK
RGB Variations
Color information
#DCF4ED (or 0xDCF4ED) is known color: Clear Day. HEX triplet: DC, F4 and ED. RGB value is (220,244,237). Sum of RGB (Red+Green+Blue) = 220+244+237=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF4ED is #230B12. Grayscale: #ECECEC. Windows color (decimal): -2296595 or 15594716. OLE color: 15594716.
HSL color Cylindrical-coordinate representation of color #DCF4ED: hue angle of 162.5º degrees, saturation: 0.52, 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 #DCF4ED is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 237 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.04 |
| HSL | 162.5º | 0.52% | 0.91% | - |
| HSV(B) | 162.5º | 0.1% | 0.96% | - |
| XYZ | 77.15 | 86.03 | 92.66 | - |
| YUV | 236.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 237 | 0.10 | 0 | 0.03 | 0.04 | 162.5 | 0.52 | 0.91 |
| Hex | DC | F4 | ED | A | 0 | 3 | 4 | A2 | 34 | 5B |
| Octal | 334 | 364 | 355 | 12 | 0 | 3 | 4 | 242 | 64 | 133 |
| Binary | 11011100 | 11110100 | 11101101 | 1010 | 0 | 11 | 100 | 10100010 | 110100 | 1011011 |
Color Harmonies of #DCF4ED
Complementary color
Monochromatic Colors of #DCF4ED
Black with #DCF4ED
Text Example
Text Example
White with #DCF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4ED; }
p { color: rgb(220,244,237); }
H1.HeaderClassName
{
color: #DCF4ED;
}
.AnyTagClassName
{
color: #DCF4ED;
}
</style>
background-color css
<style>
a { background-color: #DCF4ED; }
a { background-color: rgb(220,244,237); }
div.DivClassName
{
background-color: #DCF4ED;
}
.BgClassName
{
background-color: #DCF4ED;
}
</style>
border-color css
<style>
span { border-color: #DCF4ED; }
span { border-color: rgb(220,244,237); }
td.TdClassName
{
border-color: #DCF4ED;
}
.TagClassName
{
border-color: #DCF4ED;
}
</style>