Shades of Clear Day #DCF7EF
Tints of Clear Day #DCF7EF
RGB
CMYK
RGB Variations
Color information
#DCF7EF (or 0xDCF7EF) is known color: Clear Day. HEX triplet: DC, F7 and EF. RGB value is (220,247,239). Sum of RGB (Red+Green+Blue) = 220+247+239=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF7EF is #230810. Grayscale: #EEEEEE. Windows color (decimal): -2295825 or 15726556. OLE color: 15726556.
HSL color Cylindrical-coordinate representation of color #DCF7EF: hue angle of 162.22º 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 #DCF7EF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 239 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.03 |
| HSL | 162.22º | 0.63% | 0.92% | - |
| HSV(B) | 162.22º | 0.11% | 0.97% | - |
| XYZ | 78.36 | 87.97 | 94.51 | - |
| YUV | 238.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 239 | 0.11 | 0 | 0.03 | 0.03 | 162.22 | 0.63 | 0.92 |
| Hex | DC | F7 | EF | B | 0 | 3 | 3 | A2 | 3F | 5C |
| Octal | 334 | 367 | 357 | 13 | 0 | 3 | 3 | 242 | 77 | 134 |
| Binary | 11011100 | 11110111 | 11101111 | 1011 | 0 | 11 | 11 | 10100010 | 111111 | 1011100 |
Color Harmonies of #DCF7EF
Complementary color
Monochromatic Colors of #DCF7EF
Black with #DCF7EF
Text Example
Text Example
White with #DCF7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7EF; }
p { color: rgb(220,247,239); }
H1.HeaderClassName
{
color: #DCF7EF;
}
.AnyTagClassName
{
color: #DCF7EF;
}
</style>
background-color css
<style>
a { background-color: #DCF7EF; }
a { background-color: rgb(220,247,239); }
div.DivClassName
{
background-color: #DCF7EF;
}
.BgClassName
{
background-color: #DCF7EF;
}
</style>
border-color css
<style>
span { border-color: #DCF7EF; }
span { border-color: rgb(220,247,239); }
td.TdClassName
{
border-color: #DCF7EF;
}
.TagClassName
{
border-color: #DCF7EF;
}
</style>