Shades of Clear Day #DEF2EA
Tints of Clear Day #DEF2EA
RGB
CMYK
RGB Variations
Color information
#DEF2EA (or 0xDEF2EA) is known color: Clear Day. HEX triplet: DE, F2 and EA. RGB value is (222,242,234). Sum of RGB (Red+Green+Blue) = 222+242+234=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2EA is #210D15. Grayscale: #EBEBEB. Windows color (decimal): -2166038 or 15397598. OLE color: 15397598.
HSL color Cylindrical-coordinate representation of color #DEF2EA: hue angle of 156º degrees, saturation: 0.43, 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 #DEF2EA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 234 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.05 |
| HSL | 156º | 0.43% | 0.91% | - |
| HSV(B) | 156º | 0.08% | 0.95% | - |
| XYZ | 76.73 | 84.97 | 90.2 | - |
| YUV | 235.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 234 | 0.08 | 0 | 0.03 | 0.05 | 156 | 0.43 | 0.91 |
| Hex | DE | F2 | EA | 8 | 0 | 3 | 5 | 9C | 2B | 5B |
| Octal | 336 | 362 | 352 | 10 | 0 | 3 | 5 | 234 | 53 | 133 |
| Binary | 11011110 | 11110010 | 11101010 | 1000 | 0 | 11 | 101 | 10011100 | 101011 | 1011011 |
Color Harmonies of #DEF2EA
Complementary color
Monochromatic Colors of #DEF2EA
Black with #DEF2EA
Text Example
Text Example
White with #DEF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2EA; }
p { color: rgb(222,242,234); }
H1.HeaderClassName
{
color: #DEF2EA;
}
.AnyTagClassName
{
color: #DEF2EA;
}
</style>
background-color css
<style>
a { background-color: #DEF2EA; }
a { background-color: rgb(222,242,234); }
div.DivClassName
{
background-color: #DEF2EA;
}
.BgClassName
{
background-color: #DEF2EA;
}
</style>
border-color css
<style>
span { border-color: #DEF2EA; }
span { border-color: rgb(222,242,234); }
td.TdClassName
{
border-color: #DEF2EA;
}
.TagClassName
{
border-color: #DEF2EA;
}
</style>