#E9DBEB

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

Shades of Selago #E9DBEB

Tints of Selago #E9DBEB

Color information

#E9DBEB (or 0xE9DBEB) is unknown color: approx Selago. HEX triplet: E9, DB and EB. RGB value is (233,219,235). Sum of RGB (Red+Green+Blue) = 233+219+235=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBEB is #162414. Grayscale: #E0E0E0. Windows color (decimal): -1451029 or 15457257. OLE color: 15457257.

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

Color convert

RGB233219235-
CMYK0.010.0700.08
HSL292.5º28.57%89.02%-
HSV(B)292.5º6.81%92.16%-
XYZ73.9373.9888.98-
YUV225.01133.64133.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.92%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=33.92%
G=31.88%
B=34.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332192350.010.0700.08292.528.5789.02
HexE9DBEB17081241d59
Octal3513333531701044435131
Binary111010011101101111101011111101000100100100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBEB; }

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

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

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

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

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

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

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

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