#EEEAED

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

Shades of Selago #EEEAED

Tints of Selago #EEEAED

Color information

#EEEAED (or 0xEEEAED) is unknown color: approx Selago. HEX triplet: EE, EA and ED. RGB value is (238,234,237). Sum of RGB (Red+Green+Blue) = 238+234+237=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAED is #111512. Grayscale: #EBEBEB. Windows color (decimal): -1119507 or 15592174. OLE color: 15592174.

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

Color convert

RGB238234237-
CMYK00.020.000.07
HSL315º10.53%92.55%-
HSV(B)315º1.68%93.33%-
XYZ79.9783.1491.95-
YUV235.54128.83129.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 234 (91.80% from 255) = 33.00%
BLUE value IS 237 (92.97% from 255) = 33.43%
R=33.57%
G=33.00%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823423700.020.000.0731510.5392.55
HexEEEAED020713bb5d
Octal356352355020747313135
Binary111011101110101011101101010011110011101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAED; }

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

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

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

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

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

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

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

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