Shades of Clear Day #DCF8ED
Tints of Clear Day #DCF8ED
RGB
CMYK
RGB Variations
Color information
#DCF8ED (or 0xDCF8ED) is known color: Clear Day. HEX triplet: DC, F8 and ED. RGB value is (220,248,237). Sum of RGB (Red+Green+Blue) = 220+248+237=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8ED is #230712. Grayscale: #EEEEEE. Windows color (decimal): -2295571 or 15595740. OLE color: 15595740.
HSL color Cylindrical-coordinate representation of color #DCF8ED: hue angle of 156.43º degrees, saturation: 0.67, 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 #DCF8ED is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 237 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.03 |
| HSL | 156.43º | 0.67% | 0.92% | - |
| HSV(B) | 156.43º | 0.11% | 0.97% | - |
| XYZ | 78.37 | 88.46 | 93.07 | - |
| YUV | 238.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 237 | 0.11 | 0 | 0.04 | 0.03 | 156.43 | 0.67 | 0.92 |
| Hex | DC | F8 | ED | B | 0 | 4 | 3 | 9C | 43 | 5C |
| Octal | 334 | 370 | 355 | 13 | 0 | 4 | 3 | 234 | 103 | 134 |
| Binary | 11011100 | 11111000 | 11101101 | 1011 | 0 | 100 | 11 | 10011100 | 1000011 | 1011100 |
Color Harmonies of #DCF8ED
Complementary color
Monochromatic Colors of #DCF8ED
Black with #DCF8ED
Text Example
Text Example
White with #DCF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8ED; }
p { color: rgb(220,248,237); }
H1.HeaderClassName
{
color: #DCF8ED;
}
.AnyTagClassName
{
color: #DCF8ED;
}
</style>
background-color css
<style>
a { background-color: #DCF8ED; }
a { background-color: rgb(220,248,237); }
div.DivClassName
{
background-color: #DCF8ED;
}
.BgClassName
{
background-color: #DCF8ED;
}
</style>
border-color css
<style>
span { border-color: #DCF8ED; }
span { border-color: rgb(220,248,237); }
td.TdClassName
{
border-color: #DCF8ED;
}
.TagClassName
{
border-color: #DCF8ED;
}
</style>