Shades of Clear Day #E2FAF0
Tints of Clear Day #E2FAF0
RGB
CMYK
RGB Variations
Color information
#E2FAF0 (or 0xE2FAF0) is known color: Clear Day. HEX triplet: E2, FA and F0. RGB value is (226,250,240). Sum of RGB (Red+Green+Blue) = 226+250+240=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAF0 is #1D050F. Grayscale: #F1F1F1. Windows color (decimal): -1901840 or 15792866. OLE color: 15792866.
HSL color Cylindrical-coordinate representation of color #E2FAF0: hue angle of 155º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FAF0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 250 | 240 | - |
CMYK | 0.10 | 0 | 0.04 | 0.02 |
HSL | 155º | 0.71% | 0.93% | - |
HSV(B) | 155º | 0.1% | 0.98% | - |
XYZ | 81.28 | 90.83 | 95.69 | - |
YUV | 241.68 | 127.05 | 116.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 250 | 240 | 0.10 | 0 | 0.04 | 0.02 | 155 | 0.71 | 0.93 |
Hex | E2 | FA | F0 | A | 0 | 4 | 2 | 9B | 47 | 5D |
Octal | 342 | 372 | 360 | 12 | 0 | 4 | 2 | 233 | 107 | 135 |
Binary | 11100010 | 11111010 | 11110000 | 1010 | 0 | 100 | 10 | 10011011 | 1000111 | 1011101 |
Color Harmonies of #E2FAF0
Complementary color
Monochromatic Colors of #E2FAF0
Black with #E2FAF0
Text Example
Text Example
White with #E2FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAF0; }
p { color: rgb(226,250,240); }
H1.HeaderClassName
{
color: #E2FAF0;
}
.AnyTagClassName
{
color: #E2FAF0;
}
</style>
background-color css
<style>
a { background-color: #E2FAF0; }
a { background-color: rgb(226,250,240); }
div.DivClassName
{
background-color: #E2FAF0;
}
.BgClassName
{
background-color: #E2FAF0;
}
</style>
border-color css
<style>
span { border-color: #E2FAF0; }
span { border-color: rgb(226,250,240); }
td.TdClassName
{
border-color: #E2FAF0;
}
.TagClassName
{
border-color: #E2FAF0;
}
</style>