#E9DCEB

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

Shades of Selago #E9DCEB

Tints of Selago #E9DCEB

Color information

#E9DCEB (or 0xE9DCEB) is unknown color: approx Selago. HEX triplet: E9, DC and EB. RGB value is (233,220,235). Sum of RGB (Red+Green+Blue) = 233+220+235=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCEB is #162314. Grayscale: #E1E1E1. Windows color (decimal): -1450773 or 15457513. OLE color: 15457513.

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

Color convert

RGB233220235-
CMYK0.010.0600.08
HSL292º27.27%89.22%-
HSV(B)292º6.38%92.16%-
XYZ74.1974.5189.07-
YUV225.6133.31133.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.87%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=33.87%
G=31.98%
B=34.16%

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
Decimal2332202350.010.0600.0829227.2789.22
HexE9DCEB16081241b59
Octal3513343531601044433131
Binary111010011101110011101011111001000100100100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCEB; }

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

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

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

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

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

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

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

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