Shades of Clear Day #DEF1EC
Tints of Clear Day #DEF1EC
RGB
CMYK
RGB Variations
Color information
#DEF1EC (or 0xDEF1EC) is known color: Clear Day. HEX triplet: DE, F1 and EC. RGB value is (222,241,236). Sum of RGB (Red+Green+Blue) = 222+241+236=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1EC is #210E13. Grayscale: #EAEAEA. Windows color (decimal): -2166292 or 15528414. OLE color: 15528414.
HSL color Cylindrical-coordinate representation of color #DEF1EC: hue angle of 164.21º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF1EC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 236 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.05 |
| HSL | 164.21º | 0.4% | 0.91% | - |
| HSV(B) | 164.21º | 0.08% | 0.95% | - |
| XYZ | 76.72 | 84.5 | 91.62 | - |
| YUV | 234.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 236 | 0.08 | 0 | 0.02 | 0.05 | 164.21 | 0.4 | 0.91 |
| Hex | DE | F1 | EC | 8 | 0 | 2 | 5 | A4 | 28 | 5B |
| Octal | 336 | 361 | 354 | 10 | 0 | 2 | 5 | 244 | 50 | 133 |
| Binary | 11011110 | 11110001 | 11101100 | 1000 | 0 | 10 | 101 | 10100100 | 101000 | 1011011 |
Color Harmonies of #DEF1EC
Complementary color
Monochromatic Colors of #DEF1EC
Black with #DEF1EC
Text Example
Text Example
White with #DEF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF1EC; }
p { color: rgb(222,241,236); }
H1.HeaderClassName
{
color: #DEF1EC;
}
.AnyTagClassName
{
color: #DEF1EC;
}
</style>
background-color css
<style>
a { background-color: #DEF1EC; }
a { background-color: rgb(222,241,236); }
div.DivClassName
{
background-color: #DEF1EC;
}
.BgClassName
{
background-color: #DEF1EC;
}
</style>
border-color css
<style>
span { border-color: #DEF1EC; }
span { border-color: rgb(222,241,236); }
td.TdClassName
{
border-color: #DEF1EC;
}
.TagClassName
{
border-color: #DEF1EC;
}
</style>