#E9DDEB

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

Shades of Selago #E9DDEB

Tints of Selago #E9DDEB

Color information

#E9DDEB (or 0xE9DDEB) is unknown color: approx Selago. HEX triplet: E9, DD and EB. RGB value is (233,221,235). Sum of RGB (Red+Green+Blue) = 233+221+235=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9DDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDEB is #162214. Grayscale: #E2E2E2. Windows color (decimal): -1450517 or 15457769. OLE color: 15457769.

HSL color Cylindrical-coordinate representation of color #E9DDEB: hue angle of 291.43º 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 #E9DDEB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233221235-
CMYK0.010.0600.08
HSL291.43º25.93%89.41%-
HSV(B)291.43º5.96%92.16%-
XYZ74.4675.0389.16-
YUV226.18132.98132.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.82%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=33.82%
G=32.08%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332212350.010.0600.08291.4325.9389.41
HexE9DDEB16081231a59
Octal3513353531601044332131
Binary111010011101110111101011111001000100100011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDEB; }

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

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

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

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

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

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

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

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