Shades of Clear Day #DCF8EE
Tints of Clear Day #DCF8EE
RGB
CMYK
RGB Variations
Color information
#DCF8EE (or 0xDCF8EE) is known color: Clear Day. HEX triplet: DC, F8 and EE. RGB value is (220,248,238). Sum of RGB (Red+Green+Blue) = 220+248+238=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8EE is #230711. Grayscale: #EEEEEE. Windows color (decimal): -2295570 or 15661276. OLE color: 15661276.
HSL color Cylindrical-coordinate representation of color #DCF8EE: hue angle of 158.57º 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 #DCF8EE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 238 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.03 |
| HSL | 158.57º | 0.67% | 0.92% | - |
| HSV(B) | 158.57º | 0.11% | 0.97% | - |
| XYZ | 78.52 | 88.52 | 93.84 | - |
| YUV | 238.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 238 | 0.11 | 0 | 0.04 | 0.03 | 158.57 | 0.67 | 0.92 |
| Hex | DC | F8 | EE | B | 0 | 4 | 3 | 9F | 43 | 5C |
| Octal | 334 | 370 | 356 | 13 | 0 | 4 | 3 | 237 | 103 | 134 |
| Binary | 11011100 | 11111000 | 11101110 | 1011 | 0 | 100 | 11 | 10011111 | 1000011 | 1011100 |
Color Harmonies of #DCF8EE
Complementary color
Monochromatic Colors of #DCF8EE
Black with #DCF8EE
Text Example
Text Example
White with #DCF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8EE; }
p { color: rgb(220,248,238); }
H1.HeaderClassName
{
color: #DCF8EE;
}
.AnyTagClassName
{
color: #DCF8EE;
}
</style>
background-color css
<style>
a { background-color: #DCF8EE; }
a { background-color: rgb(220,248,238); }
div.DivClassName
{
background-color: #DCF8EE;
}
.BgClassName
{
background-color: #DCF8EE;
}
</style>
border-color css
<style>
span { border-color: #DCF8EE; }
span { border-color: rgb(220,248,238); }
td.TdClassName
{
border-color: #DCF8EE;
}
.TagClassName
{
border-color: #DCF8EE;
}
</style>