Shades of Clear Day #DEF3EC
Tints of Clear Day #DEF3EC
RGB
CMYK
RGB Variations
Color information
#DEF3EC (or 0xDEF3EC) is known color: Clear Day. HEX triplet: DE, F3 and EC. RGB value is (222,243,236). Sum of RGB (Red+Green+Blue) = 222+243+236=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3EC is #210C13. Grayscale: #EBEBEB. Windows color (decimal): -2165780 or 15528926. OLE color: 15528926.
HSL color Cylindrical-coordinate representation of color #DEF3EC: hue angle of 160º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF3EC is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 236 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.05 |
| HSL | 160º | 0.47% | 0.91% | - |
| HSV(B) | 160º | 0.09% | 0.95% | - |
| XYZ | 77.32 | 85.69 | 91.82 | - |
| YUV | 235.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 236 | 0.09 | 0 | 0.03 | 0.05 | 160 | 0.47 | 0.91 |
| Hex | DE | F3 | EC | 9 | 0 | 3 | 5 | A0 | 2F | 5B |
| Octal | 336 | 363 | 354 | 11 | 0 | 3 | 5 | 240 | 57 | 133 |
| Binary | 11011110 | 11110011 | 11101100 | 1001 | 0 | 11 | 101 | 10100000 | 101111 | 1011011 |
Color Harmonies of #DEF3EC
Complementary color
Monochromatic Colors of #DEF3EC
Black with #DEF3EC
Text Example
Text Example
White with #DEF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3EC; }
p { color: rgb(222,243,236); }
H1.HeaderClassName
{
color: #DEF3EC;
}
.AnyTagClassName
{
color: #DEF3EC;
}
</style>
background-color css
<style>
a { background-color: #DEF3EC; }
a { background-color: rgb(222,243,236); }
div.DivClassName
{
background-color: #DEF3EC;
}
.BgClassName
{
background-color: #DEF3EC;
}
</style>
border-color css
<style>
span { border-color: #DEF3EC; }
span { border-color: rgb(222,243,236); }
td.TdClassName
{
border-color: #DEF3EC;
}
.TagClassName
{
border-color: #DEF3EC;
}
</style>