#E6EDE7

Color #E6EDE7 Polar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polar #E6EDE7

Tints of Polar #E6EDE7

Color information

#E6EDE7 (or 0xE6EDE7) is unknown color: approx Polar. HEX triplet: E6, ED and E7. RGB value is (230,237,231). Sum of RGB (Red+Green+Blue) = 230+237+231=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDE7 is #191218. Grayscale: #EAEAEA. Windows color (decimal): -1643033 or 15199718. OLE color: 15199718.

HSL color Cylindrical-coordinate representation of color #E6EDE7: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6EDE7 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB230237231-
CMYK0.0300.030.07
HSL128.57º16.28%91.57%-
HSV(B)128.57º2.95%92.94%-
XYZ77.3483.1687.58-
YUV234.22126.18124.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 32.95%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 231 (90.62% from 255) = 33.09%
R=32.95%
G=33.95%
B=33.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302372310.0300.030.07128.5716.2891.57
HexE6EDE7303781105c
Octal346355347303720120134
Binary1110011011101101111001111101111110000001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDE7; }

 p { color: rgb(230,237,231); }

 H1.HeaderClassName
 {
   color: #E6EDE7;
 }
 .AnyTagClassName
 {
   color: #E6EDE7;
 }
</style>
background-color css

<style>
 a { background-color: #E6EDE7; }

 a { background-color: rgb(230,237,231); }

 div.DivClassName
 {
   background-color: #E6EDE7;
 }
 .BgClassName
 {
   background-color: #E6EDE7;
 }
</style>
border-color css

<style>
 span { border-color: #E6EDE7; }

 span { border-color: rgb(230,237,231); }

 td.TdClassName
 {
   border-color: #E6EDE7;
 }
 .TagClassName
 {
   border-color: #E6EDE7;
 }
</style>