Shades of Polar #E6F1E7
Tints of Polar #E6F1E7
RGB
CMYK
RGB Variations
Color information
#E6F1E7 (or 0xE6F1E7) is known color: Polar. HEX triplet: E6, F1 and E7. RGB value is (230,241,231). Sum of RGB (Red+Green+Blue) = 230+241+231=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F1E7 is #190E18. Grayscale: #ECECEC. Windows color (decimal): -1642009 or 15200742. OLE color: 15200742.
HSL color Cylindrical-coordinate representation of color #E6F1E7: hue angle of 125.45º degrees, saturation: 0.28, 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 #E6F1E7 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 231 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.05 |
| HSL | 125.45º | 0.28% | 0.92% | - |
| HSV(B) | 125.45º | 0.05% | 0.95% | - |
| XYZ | 78.51 | 85.5 | 87.97 | - |
| YUV | 236.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 231 | 0.05 | 0 | 0.04 | 0.05 | 125.45 | 0.28 | 0.92 |
| Hex | E6 | F1 | E7 | 5 | 0 | 4 | 5 | 7D | 1C | 5C |
| Octal | 346 | 361 | 347 | 5 | 0 | 4 | 5 | 175 | 34 | 134 |
| Binary | 11100110 | 11110001 | 11100111 | 101 | 0 | 100 | 101 | 1111101 | 11100 | 1011100 |
Color Harmonies of #E6F1E7
Complementary color
Monochromatic Colors of #E6F1E7
Black with #E6F1E7
Text Example
Text Example
White with #E6F1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1E7; }
p { color: rgb(230,241,231); }
H1.HeaderClassName
{
color: #E6F1E7;
}
.AnyTagClassName
{
color: #E6F1E7;
}
</style>
background-color css
<style>
a { background-color: #E6F1E7; }
a { background-color: rgb(230,241,231); }
div.DivClassName
{
background-color: #E6F1E7;
}
.BgClassName
{
background-color: #E6F1E7;
}
</style>
border-color css
<style>
span { border-color: #E6F1E7; }
span { border-color: rgb(230,241,231); }
td.TdClassName
{
border-color: #E6F1E7;
}
.TagClassName
{
border-color: #E6F1E7;
}
</style>