#E9DBEA

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

Shades of Selago #E9DBEA

Tints of Selago #E9DBEA

Color information

#E9DBEA (or 0xE9DBEA) is unknown color: approx Selago. HEX triplet: E9, DB and EA. RGB value is (233,219,234). Sum of RGB (Red+Green+Blue) = 233+219+234=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBEA is #162415. Grayscale: #E0E0E0. Windows color (decimal): -1451030 or 15391721. OLE color: 15391721.

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

Color convert

RGB233219234-
CMYK0.000.0600.08
HSL296º26.32%88.82%-
HSV(B)296º6.41%91.76%-
XYZ73.7973.9388.22-
YUV224.9133.14133.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=33.97%
G=31.92%
B=34.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332192340.000.0600.0829626.3288.82
HexE9DBEA06081281a59
Octal3513333520601045032131
Binary111010011101101111101010011001000100101000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBEA; }

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

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

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

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

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

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

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

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