Shades of Clear Day #E2FDF4
Tints of Clear Day #E2FDF4
RGB
CMYK
RGB Variations
Color information
#E2FDF4 (or 0xE2FDF4) is known color: Clear Day. HEX triplet: E2, FD and F4. RGB value is (226,253,244). Sum of RGB (Red+Green+Blue) = 226+253+244=723 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.26% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 244 (95.70% from 255 or 33.75% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FDF4 is #1D020B. Grayscale: #F3F3F3. Windows color (decimal): -1901068 or 16055778. OLE color: 16055778.
HSL color Cylindrical-coordinate representation of color #E2FDF4: hue angle of 160º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FDF4 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 253 | 244 | - |
CMYK | 0.11 | 0 | 0.04 | 0.01 |
HSL | 160º | 0.87% | 0.94% | - |
HSV(B) | 160º | 0.11% | 0.99% | - |
XYZ | 82.82 | 92.95 | 99.16 | - |
YUV | 243.9 | 128.05 | 115.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 253 | 244 | 0.11 | 0 | 0.04 | 0.01 | 160 | 0.87 | 0.94 |
Hex | E2 | FD | F4 | B | 0 | 4 | 1 | A0 | 57 | 5E |
Octal | 342 | 375 | 364 | 13 | 0 | 4 | 1 | 240 | 127 | 136 |
Binary | 11100010 | 11111101 | 11110100 | 1011 | 0 | 100 | 1 | 10100000 | 1010111 | 1011110 |
Color Harmonies of #E2FDF4
Complementary color
Monochromatic Colors of #E2FDF4
Black with #E2FDF4
Text Example
Text Example
White with #E2FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDF4; }
p { color: rgb(226,253,244); }
H1.HeaderClassName
{
color: #E2FDF4;
}
.AnyTagClassName
{
color: #E2FDF4;
}
</style>
background-color css
<style>
a { background-color: #E2FDF4; }
a { background-color: rgb(226,253,244); }
div.DivClassName
{
background-color: #E2FDF4;
}
.BgClassName
{
background-color: #E2FDF4;
}
</style>
border-color css
<style>
span { border-color: #E2FDF4; }
span { border-color: rgb(226,253,244); }
td.TdClassName
{
border-color: #E2FDF4;
}
.TagClassName
{
border-color: #E2FDF4;
}
</style>