Shades of Clear Day #E2FBF0
Tints of Clear Day #E2FBF0
RGB
CMYK
RGB Variations
Color information
#E2FBF0 (or 0xE2FBF0) is known color: Clear Day. HEX triplet: E2, FB and F0. RGB value is (226,251,240). Sum of RGB (Red+Green+Blue) = 226+251+240=717 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.52% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FBF0 is #1D040F. Grayscale: #F2F2F2. Windows color (decimal): -1901584 or 15793122. OLE color: 15793122.
HSL color Cylindrical-coordinate representation of color #E2FBF0: hue angle of 153.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FBF0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 251 | 240 | - |
CMYK | 0.10 | 0 | 0.04 | 0.02 |
HSL | 153.6º | 0.76% | 0.94% | - |
HSV(B) | 153.6º | 0.1% | 0.98% | - |
XYZ | 81.59 | 91.45 | 95.79 | - |
YUV | 242.27 | 126.72 | 116.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 251 | 240 | 0.10 | 0 | 0.04 | 0.02 | 153.6 | 0.76 | 0.94 |
Hex | E2 | FB | F0 | A | 0 | 4 | 2 | 9A | 4C | 5E |
Octal | 342 | 373 | 360 | 12 | 0 | 4 | 2 | 232 | 114 | 136 |
Binary | 11100010 | 11111011 | 11110000 | 1010 | 0 | 100 | 10 | 10011010 | 1001100 | 1011110 |
Color Harmonies of #E2FBF0
Complementary color
Monochromatic Colors of #E2FBF0
Black with #E2FBF0
Text Example
Text Example
White with #E2FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBF0; }
p { color: rgb(226,251,240); }
H1.HeaderClassName
{
color: #E2FBF0;
}
.AnyTagClassName
{
color: #E2FBF0;
}
</style>
background-color css
<style>
a { background-color: #E2FBF0; }
a { background-color: rgb(226,251,240); }
div.DivClassName
{
background-color: #E2FBF0;
}
.BgClassName
{
background-color: #E2FBF0;
}
</style>
border-color css
<style>
span { border-color: #E2FBF0; }
span { border-color: rgb(226,251,240); }
td.TdClassName
{
border-color: #E2FBF0;
}
.TagClassName
{
border-color: #E2FBF0;
}
</style>