Shades of Clear Day #DCF7EE
Tints of Clear Day #DCF7EE
RGB
CMYK
RGB Variations
Color information
#DCF7EE (or 0xDCF7EE) is known color: Clear Day. HEX triplet: DC, F7 and EE. RGB value is (220,247,238). Sum of RGB (Red+Green+Blue) = 220+247+238=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF7EE is #230811. Grayscale: #EDEDED. Windows color (decimal): -2295826 or 15661020. OLE color: 15661020.
HSL color Cylindrical-coordinate representation of color #DCF7EE: hue angle of 160º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF7EE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 238 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.03 |
| HSL | 160º | 0.63% | 0.92% | - |
| HSV(B) | 160º | 0.11% | 0.97% | - |
| XYZ | 78.21 | 87.91 | 93.74 | - |
| YUV | 237.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 238 | 0.11 | 0 | 0.04 | 0.03 | 160 | 0.63 | 0.92 |
| Hex | DC | F7 | EE | B | 0 | 4 | 3 | A0 | 3F | 5C |
| Octal | 334 | 367 | 356 | 13 | 0 | 4 | 3 | 240 | 77 | 134 |
| Binary | 11011100 | 11110111 | 11101110 | 1011 | 0 | 100 | 11 | 10100000 | 111111 | 1011100 |
Color Harmonies of #DCF7EE
Complementary color
Monochromatic Colors of #DCF7EE
Black with #DCF7EE
Text Example
Text Example
White with #DCF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7EE; }
p { color: rgb(220,247,238); }
H1.HeaderClassName
{
color: #DCF7EE;
}
.AnyTagClassName
{
color: #DCF7EE;
}
</style>
background-color css
<style>
a { background-color: #DCF7EE; }
a { background-color: rgb(220,247,238); }
div.DivClassName
{
background-color: #DCF7EE;
}
.BgClassName
{
background-color: #DCF7EE;
}
</style>
border-color css
<style>
span { border-color: #DCF7EE; }
span { border-color: rgb(220,247,238); }
td.TdClassName
{
border-color: #DCF7EE;
}
.TagClassName
{
border-color: #DCF7EE;
}
</style>