Shades of Clear Day #E2F9F1
Tints of Clear Day #E2F9F1
RGB
CMYK
RGB Variations
Color information
#E2F9F1 (or 0xE2F9F1) is known color: Clear Day. HEX triplet: E2, F9 and F1. RGB value is (226,249,241). Sum of RGB (Red+Green+Blue) = 226+249+241=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 249 (97.66% from 255 or 34.78% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F9F1 is #1D060E. Grayscale: #F1F1F1. Windows color (decimal): -1902095 or 15858146. OLE color: 15858146.
HSL color Cylindrical-coordinate representation of color #E2F9F1: hue angle of 159.13º 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 #E2F9F1 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 249 | 241 | - |
CMYK | 0.09 | 0 | 0.03 | 0.02 |
HSL | 159.13º | 0.66% | 0.93% | - |
HSV(B) | 159.13º | 0.09% | 0.98% | - |
XYZ | 81.12 | 90.27 | 96.37 | - |
YUV | 241.21 | 127.88 | 117.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 249 | 241 | 0.09 | 0 | 0.03 | 0.02 | 159.13 | 0.66 | 0.93 |
Hex | E2 | F9 | F1 | 9 | 0 | 3 | 2 | 9F | 42 | 5D |
Octal | 342 | 371 | 361 | 11 | 0 | 3 | 2 | 237 | 102 | 135 |
Binary | 11100010 | 11111001 | 11110001 | 1001 | 0 | 11 | 10 | 10011111 | 1000010 | 1011101 |
Color Harmonies of #E2F9F1
Complementary color
Monochromatic Colors of #E2F9F1
Black with #E2F9F1
Text Example
Text Example
White with #E2F9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F9F1; }
p { color: rgb(226,249,241); }
H1.HeaderClassName
{
color: #E2F9F1;
}
.AnyTagClassName
{
color: #E2F9F1;
}
</style>
background-color css
<style>
a { background-color: #E2F9F1; }
a { background-color: rgb(226,249,241); }
div.DivClassName
{
background-color: #E2F9F1;
}
.BgClassName
{
background-color: #E2F9F1;
}
</style>
border-color css
<style>
span { border-color: #E2F9F1; }
span { border-color: rgb(226,249,241); }
td.TdClassName
{
border-color: #E2F9F1;
}
.TagClassName
{
border-color: #E2F9F1;
}
</style>