#E9EAED

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

Shades of Solitude #E9EAED

Tints of Solitude #E9EAED

Color information

#E9EAED (or 0xE9EAED) is unknown color: approx Solitude. HEX triplet: E9, EA and ED. RGB value is (233,234,237). Sum of RGB (Red+Green+Blue) = 233+234+237=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAED is #161512. Grayscale: #EAEAEA. Windows color (decimal): -1447187 or 15592169. OLE color: 15592169.

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

Color convert

RGB233234237-
CMYK0.020.0100.07
HSL225º10%92.16%-
HSV(B)225º1.69%92.94%-
XYZ78.3182.2891.88-
YUV234.04129.67127.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=33.10%
G=33.24%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332342370.020.0100.072251092.16
HexE9EAED2107e1a5c
Octal351352355210734112134
Binary11101001111010101110110110101111110000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EAED; }

 p { color: rgb(233,234,237); }

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

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

 a { background-color: rgb(233,234,237); }

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

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

 span { border-color: rgb(233,234,237); }

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