Shades of Clear Day #DEF5EC
Tints of Clear Day #DEF5EC
RGB
CMYK
RGB Variations
Color information
#DEF5EC (or 0xDEF5EC) is known color: Clear Day. HEX triplet: DE, F5 and EC. RGB value is (222,245,236). Sum of RGB (Red+Green+Blue) = 222+245+236=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5EC is #210A13. Grayscale: #EDEDED. Windows color (decimal): -2165268 or 15529438. OLE color: 15529438.
HSL color Cylindrical-coordinate representation of color #DEF5EC: hue angle of 156.52º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5EC is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 236 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.04 |
| HSL | 156.52º | 0.53% | 0.92% | - |
| HSV(B) | 156.52º | 0.09% | 0.96% | - |
| XYZ | 77.92 | 86.89 | 92.02 | - |
| YUV | 237.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 236 | 0.09 | 0 | 0.04 | 0.04 | 156.52 | 0.53 | 0.92 |
| Hex | DE | F5 | EC | 9 | 0 | 4 | 4 | 9D | 35 | 5C |
| Octal | 336 | 365 | 354 | 11 | 0 | 4 | 4 | 235 | 65 | 134 |
| Binary | 11011110 | 11110101 | 11101100 | 1001 | 0 | 100 | 100 | 10011101 | 110101 | 1011100 |
Color Harmonies of #DEF5EC
Complementary color
Monochromatic Colors of #DEF5EC
Black with #DEF5EC
Text Example
Text Example
White with #DEF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5EC; }
p { color: rgb(222,245,236); }
H1.HeaderClassName
{
color: #DEF5EC;
}
.AnyTagClassName
{
color: #DEF5EC;
}
</style>
background-color css
<style>
a { background-color: #DEF5EC; }
a { background-color: rgb(222,245,236); }
div.DivClassName
{
background-color: #DEF5EC;
}
.BgClassName
{
background-color: #DEF5EC;
}
</style>
border-color css
<style>
span { border-color: #DEF5EC; }
span { border-color: rgb(222,245,236); }
td.TdClassName
{
border-color: #DEF5EC;
}
.TagClassName
{
border-color: #DEF5EC;
}
</style>