Shades of Clear Day #EAF1EF
Tints of Clear Day #EAF1EF
RGB
CMYK
RGB Variations
Color information
#EAF1EF (or 0xEAF1EF) is known color: Clear Day. HEX triplet: EA, F1 and EF. RGB value is (234,241,239). Sum of RGB (Red+Green+Blue) = 234+241+239=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1EF is #150E10. Grayscale: #EEEEEE. Windows color (decimal): -1379857 or 15725034. OLE color: 15725034.
HSL color Cylindrical-coordinate representation of color #EAF1EF: hue angle of 162.86º degrees, saturation: 0.2, 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 #EAF1EF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 239 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.05 |
| HSL | 162.86º | 0.2% | 0.93% | - |
| HSV(B) | 162.86º | 0.03% | 0.95% | - |
| XYZ | 80.97 | 86.64 | 94.12 | - |
| YUV | 238.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 239 | 0.03 | 0 | 0.01 | 0.05 | 162.86 | 0.2 | 0.93 |
| Hex | EA | F1 | EF | 3 | 0 | 1 | 5 | A3 | 14 | 5D |
| Octal | 352 | 361 | 357 | 3 | 0 | 1 | 5 | 243 | 24 | 135 |
| Binary | 11101010 | 11110001 | 11101111 | 11 | 0 | 1 | 101 | 10100011 | 10100 | 1011101 |
Color Harmonies of #EAF1EF
Complementary color
Monochromatic Colors of #EAF1EF
Black with #EAF1EF
Text Example
Text Example
White with #EAF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1EF; }
p { color: rgb(234,241,239); }
H1.HeaderClassName
{
color: #EAF1EF;
}
.AnyTagClassName
{
color: #EAF1EF;
}
</style>
background-color css
<style>
a { background-color: #EAF1EF; }
a { background-color: rgb(234,241,239); }
div.DivClassName
{
background-color: #EAF1EF;
}
.BgClassName
{
background-color: #EAF1EF;
}
</style>
border-color css
<style>
span { border-color: #EAF1EF; }
span { border-color: rgb(234,241,239); }
td.TdClassName
{
border-color: #EAF1EF;
}
.TagClassName
{
border-color: #EAF1EF;
}
</style>