Shades of Clear Day #EAF6F2
Tints of Clear Day #EAF6F2
RGB
CMYK
RGB Variations
Color information
#EAF6F2 (or 0xEAF6F2) is known color: Clear Day. HEX triplet: EA, F6 and F2. RGB value is (234,246,242). Sum of RGB (Red+Green+Blue) = 234+246+242=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 246 (96.48% from 255 or 34.07% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6F2 is #15090D. Grayscale: #F1F1F1. Windows color (decimal): -1378574 or 15922922. OLE color: 15922922.
HSL color Cylindrical-coordinate representation of color #EAF6F2: hue angle of 160º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF6F2 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 242 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.04 |
| HSL | 160º | 0.4% | 0.94% | - |
| HSV(B) | 160º | 0.05% | 0.96% | - |
| XYZ | 82.91 | 89.81 | 96.97 | - |
| YUV | 241.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 242 | 0.05 | 0 | 0.02 | 0.04 | 160 | 0.4 | 0.94 |
| Hex | EA | F6 | F2 | 5 | 0 | 2 | 4 | A0 | 28 | 5E |
| Octal | 352 | 366 | 362 | 5 | 0 | 2 | 4 | 240 | 50 | 136 |
| Binary | 11101010 | 11110110 | 11110010 | 101 | 0 | 10 | 100 | 10100000 | 101000 | 1011110 |
Color Harmonies of #EAF6F2
Complementary color
Monochromatic Colors of #EAF6F2
Black with #EAF6F2
Text Example
Text Example
White with #EAF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF6F2; }
p { color: rgb(234,246,242); }
H1.HeaderClassName
{
color: #EAF6F2;
}
.AnyTagClassName
{
color: #EAF6F2;
}
</style>
background-color css
<style>
a { background-color: #EAF6F2; }
a { background-color: rgb(234,246,242); }
div.DivClassName
{
background-color: #EAF6F2;
}
.BgClassName
{
background-color: #EAF6F2;
}
</style>
border-color css
<style>
span { border-color: #EAF6F2; }
span { border-color: rgb(234,246,242); }
td.TdClassName
{
border-color: #EAF6F2;
}
.TagClassName
{
border-color: #EAF6F2;
}
</style>