Shades of Clear Day #EAF2EF
Tints of Clear Day #EAF2EF
RGB
CMYK
RGB Variations
Color information
#EAF2EF (or 0xEAF2EF) is known color: Clear Day. HEX triplet: EA, F2 and EF. RGB value is (234,242,239). Sum of RGB (Red+Green+Blue) = 234+242+239=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2EF is #150D10. Grayscale: #EFEFEF. Windows color (decimal): -1379601 or 15725290. OLE color: 15725290.
HSL color Cylindrical-coordinate representation of color #EAF2EF: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAF2EF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 239 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.05 |
| HSL | 157.5º | 0.24% | 0.93% | - |
| HSV(B) | 157.5º | 0.03% | 0.95% | - |
| XYZ | 81.26 | 87.23 | 94.22 | - |
| YUV | 239.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 239 | 0.03 | 0 | 0.01 | 0.05 | 157.5 | 0.24 | 0.93 |
| Hex | EA | F2 | EF | 3 | 0 | 1 | 5 | 9E | 18 | 5D |
| Octal | 352 | 362 | 357 | 3 | 0 | 1 | 5 | 236 | 30 | 135 |
| Binary | 11101010 | 11110010 | 11101111 | 11 | 0 | 1 | 101 | 10011110 | 11000 | 1011101 |
Color Harmonies of #EAF2EF
Complementary color
Monochromatic Colors of #EAF2EF
Black with #EAF2EF
Text Example
Text Example
White with #EAF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2EF; }
p { color: rgb(234,242,239); }
H1.HeaderClassName
{
color: #EAF2EF;
}
.AnyTagClassName
{
color: #EAF2EF;
}
</style>
background-color css
<style>
a { background-color: #EAF2EF; }
a { background-color: rgb(234,242,239); }
div.DivClassName
{
background-color: #EAF2EF;
}
.BgClassName
{
background-color: #EAF2EF;
}
</style>
border-color css
<style>
span { border-color: #EAF2EF; }
span { border-color: rgb(234,242,239); }
td.TdClassName
{
border-color: #EAF2EF;
}
.TagClassName
{
border-color: #EAF2EF;
}
</style>