Shades of Clear Day #DCEFE9
Tints of Clear Day #DCEFE9
RGB
CMYK
RGB Variations
Color information
#DCEFE9 (or 0xDCEFE9) is known color: Clear Day. HEX triplet: DC, EF and E9. RGB value is (220,239,233). Sum of RGB (Red+Green+Blue) = 220+239+233=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFE9 is #231016. Grayscale: #E8E8E8. Windows color (decimal): -2297879 or 15331292. OLE color: 15331292.
HSL color Cylindrical-coordinate representation of color #DCEFE9: hue angle of 161.05º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFE9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 233 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.06 |
| HSL | 161.05º | 0.37% | 0.9% | - |
| HSV(B) | 161.05º | 0.08% | 0.94% | - |
| XYZ | 75.09 | 82.83 | 89.12 | - |
| YUV | 232.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 233 | 0.08 | 0 | 0.03 | 0.06 | 161.05 | 0.37 | 0.9 |
| Hex | DC | EF | E9 | 8 | 0 | 3 | 6 | A1 | 25 | 5A |
| Octal | 334 | 357 | 351 | 10 | 0 | 3 | 6 | 241 | 45 | 132 |
| Binary | 11011100 | 11101111 | 11101001 | 1000 | 0 | 11 | 110 | 10100001 | 100101 | 1011010 |
Color Harmonies of #DCEFE9
Complementary color
Monochromatic Colors of #DCEFE9
Black with #DCEFE9
Text Example
Text Example
White with #DCEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFE9; }
p { color: rgb(220,239,233); }
H1.HeaderClassName
{
color: #DCEFE9;
}
.AnyTagClassName
{
color: #DCEFE9;
}
</style>
background-color css
<style>
a { background-color: #DCEFE9; }
a { background-color: rgb(220,239,233); }
div.DivClassName
{
background-color: #DCEFE9;
}
.BgClassName
{
background-color: #DCEFE9;
}
</style>
border-color css
<style>
span { border-color: #DCEFE9; }
span { border-color: rgb(220,239,233); }
td.TdClassName
{
border-color: #DCEFE9;
}
.TagClassName
{
border-color: #DCEFE9;
}
</style>