#E9E0EB

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

Shades of Selago #E9E0EB

Tints of Selago #E9E0EB

Color information

#E9E0EB (or 0xE9E0EB) is unknown color: approx Selago. HEX triplet: E9, E0 and EB. RGB value is (233,224,235). Sum of RGB (Red+Green+Blue) = 233+224+235=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9E0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0EB is #161F14. Grayscale: #E3E3E3. Windows color (decimal): -1449749 or 15458537. OLE color: 15458537.

HSL color Cylindrical-coordinate representation of color #E9E0EB: hue angle of 289.09º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9E0EB is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233224235-
CMYK0.010.0500.08
HSL289.09º21.57%90%-
HSV(B)289.09º4.68%92.16%-
XYZ75.2676.6389.42-
YUV227.94131.98131.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.67%
GREEN value IS 224 (87.89% from 255) = 32.37%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=33.67%
G=32.37%
B=33.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332242350.010.0500.08289.0921.5790
HexE9E0EB1508121165a
Octal3513403531501044126132
Binary111010011110000011101011110101000100100001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0EB; }

 p { color: rgb(233,224,235); }

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

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

 a { background-color: rgb(233,224,235); }

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

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

 span { border-color: rgb(233,224,235); }

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