Shades of Clear Day #E2F9F4
Tints of Clear Day #E2F9F4
RGB
CMYK
RGB Variations
Color information
#E2F9F4 (or 0xE2F9F4) is known color: Clear Day. HEX triplet: E2, F9 and F4. RGB value is (226,249,244). Sum of RGB (Red+Green+Blue) = 226+249+244=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F9F4 is #1D060B. Grayscale: #F1F1F1. Windows color (decimal): -1902092 or 16054754. OLE color: 16054754.
HSL color Cylindrical-coordinate representation of color #E2F9F4: hue angle of 166.96º 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 #E2F9F4 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 249 | 244 | - |
CMYK | 0.09 | 0 | 0.02 | 0.02 |
HSL | 166.96º | 0.66% | 0.93% | - |
HSV(B) | 166.96º | 0.09% | 0.98% | - |
XYZ | 81.57 | 90.45 | 98.75 | - |
YUV | 241.55 | 129.38 | 116.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 249 | 244 | 0.09 | 0 | 0.02 | 0.02 | 166.96 | 0.66 | 0.93 |
Hex | E2 | F9 | F4 | 9 | 0 | 2 | 2 | A7 | 42 | 5D |
Octal | 342 | 371 | 364 | 11 | 0 | 2 | 2 | 247 | 102 | 135 |
Binary | 11100010 | 11111001 | 11110100 | 1001 | 0 | 10 | 10 | 10100111 | 1000010 | 1011101 |
Color Harmonies of #E2F9F4
Complementary color
Monochromatic Colors of #E2F9F4
Black with #E2F9F4
Text Example
Text Example
White with #E2F9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F9F4; }
p { color: rgb(226,249,244); }
H1.HeaderClassName
{
color: #E2F9F4;
}
.AnyTagClassName
{
color: #E2F9F4;
}
</style>
background-color css
<style>
a { background-color: #E2F9F4; }
a { background-color: rgb(226,249,244); }
div.DivClassName
{
background-color: #E2F9F4;
}
.BgClassName
{
background-color: #E2F9F4;
}
</style>
border-color css
<style>
span { border-color: #E2F9F4; }
span { border-color: rgb(226,249,244); }
td.TdClassName
{
border-color: #E2F9F4;
}
.TagClassName
{
border-color: #E2F9F4;
}
</style>