Shades of Clear Day #E2F9F0
Tints of Clear Day #E2F9F0
RGB
CMYK
RGB Variations
Color information
#E2F9F0 (or 0xE2F9F0) is known color: Clear Day. HEX triplet: E2, F9 and F0. RGB value is (226,249,240). Sum of RGB (Red+Green+Blue) = 226+249+240=715 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.61% from 715); Green value is 249 (97.66% from 255 or 34.83% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F9F0 is #1D060F. Grayscale: #F1F1F1. Windows color (decimal): -1902096 or 15792610. OLE color: 15792610.
HSL color Cylindrical-coordinate representation of color #E2F9F0: hue angle of 156.52º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2F9F0 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 249 | 240 | - |
CMYK | 0.09 | 0 | 0.04 | 0.02 |
HSL | 156.52º | 0.66% | 0.93% | - |
HSV(B) | 156.52º | 0.09% | 0.98% | - |
XYZ | 80.97 | 90.21 | 95.58 | - |
YUV | 241.1 | 127.38 | 117.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 249 | 240 | 0.09 | 0 | 0.04 | 0.02 | 156.52 | 0.66 | 0.93 |
Hex | E2 | F9 | F0 | 9 | 0 | 4 | 2 | 9D | 42 | 5D |
Octal | 342 | 371 | 360 | 11 | 0 | 4 | 2 | 235 | 102 | 135 |
Binary | 11100010 | 11111001 | 11110000 | 1001 | 0 | 100 | 10 | 10011101 | 1000010 | 1011101 |
Color Harmonies of #E2F9F0
Complementary color
Monochromatic Colors of #E2F9F0
Black with #E2F9F0
Text Example
Text Example
White with #E2F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F9F0; }
p { color: rgb(226,249,240); }
H1.HeaderClassName
{
color: #E2F9F0;
}
.AnyTagClassName
{
color: #E2F9F0;
}
</style>
background-color css
<style>
a { background-color: #E2F9F0; }
a { background-color: rgb(226,249,240); }
div.DivClassName
{
background-color: #E2F9F0;
}
.BgClassName
{
background-color: #E2F9F0;
}
</style>
border-color css
<style>
span { border-color: #E2F9F0; }
span { border-color: rgb(226,249,240); }
td.TdClassName
{
border-color: #E2F9F0;
}
.TagClassName
{
border-color: #E2F9F0;
}
</style>