Shades of Clear Day #DEF6EC
Tints of Clear Day #DEF6EC
RGB
CMYK
RGB Variations
Color information
#DEF6EC (or 0xDEF6EC) is known color: Clear Day. HEX triplet: DE, F6 and EC. RGB value is (222,246,236). Sum of RGB (Red+Green+Blue) = 222+246+236=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6EC is #210913. Grayscale: #EDEDED. Windows color (decimal): -2165012 or 15529694. OLE color: 15529694.
HSL color Cylindrical-coordinate representation of color #DEF6EC: hue angle of 155º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF6EC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 236 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.04 |
| HSL | 155º | 0.57% | 0.92% | - |
| HSV(B) | 155º | 0.1% | 0.96% | - |
| XYZ | 78.22 | 87.5 | 92.12 | - |
| YUV | 237.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 236 | 0.10 | 0 | 0.04 | 0.04 | 155 | 0.57 | 0.92 |
| Hex | DE | F6 | EC | A | 0 | 4 | 4 | 9B | 39 | 5C |
| Octal | 336 | 366 | 354 | 12 | 0 | 4 | 4 | 233 | 71 | 134 |
| Binary | 11011110 | 11110110 | 11101100 | 1010 | 0 | 100 | 100 | 10011011 | 111001 | 1011100 |
Color Harmonies of #DEF6EC
Complementary color
Monochromatic Colors of #DEF6EC
Black with #DEF6EC
Text Example
Text Example
White with #DEF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6EC; }
p { color: rgb(222,246,236); }
H1.HeaderClassName
{
color: #DEF6EC;
}
.AnyTagClassName
{
color: #DEF6EC;
}
</style>
background-color css
<style>
a { background-color: #DEF6EC; }
a { background-color: rgb(222,246,236); }
div.DivClassName
{
background-color: #DEF6EC;
}
.BgClassName
{
background-color: #DEF6EC;
}
</style>
border-color css
<style>
span { border-color: #DEF6EC; }
span { border-color: rgb(222,246,236); }
td.TdClassName
{
border-color: #DEF6EC;
}
.TagClassName
{
border-color: #DEF6EC;
}
</style>