Shades of Polar #E2F2E5
Tints of Polar #E2F2E5
RGB
CMYK
RGB Variations
Color information
#E2F2E5 (or 0xE2F2E5) is known color: Polar. HEX triplet: E2, F2 and E5. RGB value is (226,242,229). Sum of RGB (Red+Green+Blue) = 226+242+229=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2E5 is #1D0D1A. Grayscale: #EBEBEB. Windows color (decimal): -1903899 or 15069922. OLE color: 15069922.
HSL color Cylindrical-coordinate representation of color #E2F2E5: hue angle of 131.25º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2F2E5 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 229 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.05 |
| HSL | 131.25º | 0.38% | 0.92% | - |
| HSV(B) | 131.25º | 0.07% | 0.95% | - |
| XYZ | 77.26 | 85.33 | 86.53 | - |
| YUV | 235.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 229 | 0.07 | 0 | 0.05 | 0.05 | 131.25 | 0.38 | 0.92 |
| Hex | E2 | F2 | E5 | 7 | 0 | 5 | 5 | 83 | 26 | 5C |
| Octal | 342 | 362 | 345 | 7 | 0 | 5 | 5 | 203 | 46 | 134 |
| Binary | 11100010 | 11110010 | 11100101 | 111 | 0 | 101 | 101 | 10000011 | 100110 | 1011100 |
Color Harmonies of #E2F2E5
Complementary color
Monochromatic Colors of #E2F2E5
Black with #E2F2E5
Text Example
Text Example
White with #E2F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2E5; }
p { color: rgb(226,242,229); }
H1.HeaderClassName
{
color: #E2F2E5;
}
.AnyTagClassName
{
color: #E2F2E5;
}
</style>
background-color css
<style>
a { background-color: #E2F2E5; }
a { background-color: rgb(226,242,229); }
div.DivClassName
{
background-color: #E2F2E5;
}
.BgClassName
{
background-color: #E2F2E5;
}
</style>
border-color css
<style>
span { border-color: #E2F2E5; }
span { border-color: rgb(226,242,229); }
td.TdClassName
{
border-color: #E2F2E5;
}
.TagClassName
{
border-color: #E2F2E5;
}
</style>