#E9DDEC

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

Shades of Selago #E9DDEC

Tints of Selago #E9DDEC

Color information

#E9DDEC (or 0xE9DDEC) is unknown color: approx Selago. HEX triplet: E9, DD and EC. RGB value is (233,221,236). Sum of RGB (Red+Green+Blue) = 233+221+236=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDEC is #162213. Grayscale: #E2E2E2. Windows color (decimal): -1450516 or 15523305. OLE color: 15523305.

HSL color Cylindrical-coordinate representation of color #E9DDEC: hue angle of 288º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DDEC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233221236-
CMYK0.010.0600.07
HSL288º28.3%89.61%-
HSV(B)288º6.36%92.55%-
XYZ74.675.0989.92-
YUV226.3133.48132.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.77%
GREEN value IS 221 (86.72% from 255) = 32.03%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=33.77%
G=32.03%
B=34.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332212360.010.0600.0728828.389.61
HexE9DDEC16071201c5a
Octal351335354160744034132
Binary11101001110111011110110011100111100100000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDEC; }

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

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

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

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

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

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

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

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