#E9D5EB

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

Shades of Snuff #E9D5EB

Tints of Snuff #E9D5EB

Color information

#E9D5EB (or 0xE9D5EB) is unknown color: approx Snuff. HEX triplet: E9, D5 and EB. RGB value is (233,213,235). Sum of RGB (Red+Green+Blue) = 233+213+235=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9D5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D5EB is #162A14. Grayscale: #DDDDDD. Windows color (decimal): -1452565 or 15455721. OLE color: 15455721.

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

Color convert

RGB233213235-
CMYK0.010.0900.08
HSL294.55º35.48%87.84%-
HSV(B)294.55º9.36%92.16%-
XYZ72.3970.9188.47-
YUV221.49135.63136.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.21%
GREEN value IS 213 (83.59% from 255) = 31.28%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=34.21%
G=31.28%
B=34.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332132350.010.0900.08294.5535.4887.84
HexE9D5EB19081272358
Octal35132535311101044743130
Binary11101001110101011110101111001010001001001111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5EB; }

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

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

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

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

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

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

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

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