Shades of Polar #E5F1E7
Tints of Polar #E5F1E7
RGB
CMYK
RGB Variations
Color information
#E5F1E7 (or 0xE5F1E7) is known color: Polar. HEX triplet: E5, F1 and E7. RGB value is (229,241,231). Sum of RGB (Red+Green+Blue) = 229+241+231=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F1E7 is #1A0E18. Grayscale: #ECECEC. Windows color (decimal): -1707545 or 15200741. OLE color: 15200741.
HSL color Cylindrical-coordinate representation of color #E5F1E7: hue angle of 130º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5F1E7 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 241 | 231 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.05 |
| HSL | 130º | 0.3% | 0.92% | - |
| HSV(B) | 130º | 0.05% | 0.95% | - |
| XYZ | 78.19 | 85.34 | 87.95 | - |
| YUV | 236.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 241 | 231 | 0.05 | 0 | 0.04 | 0.05 | 130 | 0.3 | 0.92 |
| Hex | E5 | F1 | E7 | 5 | 0 | 4 | 5 | 82 | 1E | 5C |
| Octal | 345 | 361 | 347 | 5 | 0 | 4 | 5 | 202 | 36 | 134 |
| Binary | 11100101 | 11110001 | 11100111 | 101 | 0 | 100 | 101 | 10000010 | 11110 | 1011100 |
Color Harmonies of #E5F1E7
Complementary color
Monochromatic Colors of #E5F1E7
Black with #E5F1E7
Text Example
Text Example
White with #E5F1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F1E7; }
p { color: rgb(229,241,231); }
H1.HeaderClassName
{
color: #E5F1E7;
}
.AnyTagClassName
{
color: #E5F1E7;
}
</style>
background-color css
<style>
a { background-color: #E5F1E7; }
a { background-color: rgb(229,241,231); }
div.DivClassName
{
background-color: #E5F1E7;
}
.BgClassName
{
background-color: #E5F1E7;
}
</style>
border-color css
<style>
span { border-color: #E5F1E7; }
span { border-color: rgb(229,241,231); }
td.TdClassName
{
border-color: #E5F1E7;
}
.TagClassName
{
border-color: #E5F1E7;
}
</style>