Shades of Polar #E6F0E7
Tints of Polar #E6F0E7
RGB
CMYK
RGB Variations
Color information
#E6F0E7 (or 0xE6F0E7) is known color: Polar. HEX triplet: E6, F0 and E7. RGB value is (230,240,231). Sum of RGB (Red+Green+Blue) = 230+240+231=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0E7 is #190F18. Grayscale: #ECECEC. Windows color (decimal): -1642265 or 15200486. OLE color: 15200486.
HSL color Cylindrical-coordinate representation of color #E6F0E7: hue angle of 126º degrees, saturation: 0.25, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6F0E7 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 231 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.06 |
| HSL | 126º | 0.25% | 0.92% | - |
| HSV(B) | 126º | 0.04% | 0.94% | - |
| XYZ | 78.22 | 84.91 | 87.87 | - |
| YUV | 235.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 231 | 0.04 | 0 | 0.04 | 0.06 | 126 | 0.25 | 0.92 |
| Hex | E6 | F0 | E7 | 4 | 0 | 4 | 6 | 7E | 19 | 5C |
| Octal | 346 | 360 | 347 | 4 | 0 | 4 | 6 | 176 | 31 | 134 |
| Binary | 11100110 | 11110000 | 11100111 | 100 | 0 | 100 | 110 | 1111110 | 11001 | 1011100 |
Color Harmonies of #E6F0E7
Complementary color
Monochromatic Colors of #E6F0E7
Black with #E6F0E7
Text Example
Text Example
White with #E6F0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F0E7; }
p { color: rgb(230,240,231); }
H1.HeaderClassName
{
color: #E6F0E7;
}
.AnyTagClassName
{
color: #E6F0E7;
}
</style>
background-color css
<style>
a { background-color: #E6F0E7; }
a { background-color: rgb(230,240,231); }
div.DivClassName
{
background-color: #E6F0E7;
}
.BgClassName
{
background-color: #E6F0E7;
}
</style>
border-color css
<style>
span { border-color: #E6F0E7; }
span { border-color: rgb(230,240,231); }
td.TdClassName
{
border-color: #E6F0E7;
}
.TagClassName
{
border-color: #E6F0E7;
}
</style>