Shades of Clear Day #EAF4F1
Tints of Clear Day #EAF4F1
RGB
CMYK
RGB Variations
Color information
#EAF4F1 (or 0xEAF4F1) is known color: Clear Day. HEX triplet: EA, F4 and F1. RGB value is (234,244,241). Sum of RGB (Red+Green+Blue) = 234+244+241=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4F1 is #150B0E. Grayscale: #F0F0F0. Windows color (decimal): -1379087 or 15856874. OLE color: 15856874.
HSL color Cylindrical-coordinate representation of color #EAF4F1: hue angle of 162º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF4F1 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 244 | 241 | - |
CMYK | 0.04 | 0 | 0.01 | 0.04 |
HSL | 162º | 0.31% | 0.94% | - |
HSV(B) | 162º | 0.04% | 0.96% | - |
XYZ | 82.16 | 88.54 | 95.98 | - |
YUV | 240.67 | 128.19 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 241 | 0.04 | 0 | 0.01 | 0.04 | 162 | 0.31 | 0.94 |
Hex | EA | F4 | F1 | 4 | 0 | 1 | 4 | A2 | 1F | 5E |
Octal | 352 | 364 | 361 | 4 | 0 | 1 | 4 | 242 | 37 | 136 |
Binary | 11101010 | 11110100 | 11110001 | 100 | 0 | 1 | 100 | 10100010 | 11111 | 1011110 |
Color Harmonies of #EAF4F1
Complementary color
Monochromatic Colors of #EAF4F1
Black with #EAF4F1
Text Example
Text Example
White with #EAF4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4F1; }
p { color: rgb(234,244,241); }
H1.HeaderClassName
{
color: #EAF4F1;
}
.AnyTagClassName
{
color: #EAF4F1;
}
</style>
background-color css
<style>
a { background-color: #EAF4F1; }
a { background-color: rgb(234,244,241); }
div.DivClassName
{
background-color: #EAF4F1;
}
.BgClassName
{
background-color: #EAF4F1;
}
</style>
border-color css
<style>
span { border-color: #EAF4F1; }
span { border-color: rgb(234,244,241); }
td.TdClassName
{
border-color: #EAF4F1;
}
.TagClassName
{
border-color: #EAF4F1;
}
</style>