#E9D5EA

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

Shades of Snuff #E9D5EA

Tints of Snuff #E9D5EA

Color information

#E9D5EA (or 0xE9D5EA) is unknown color: approx Snuff. HEX triplet: E9, D5 and EA. RGB value is (233,213,234). Sum of RGB (Red+Green+Blue) = 233+213+234=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D5EA is #162A15. Grayscale: #DDDDDD. Windows color (decimal): -1452566 or 15390185. OLE color: 15390185.

HSL color Cylindrical-coordinate representation of color #E9D5EA: hue angle of 297.14º degrees, saturation: 0.33, 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 #E9D5EA is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233213234-
CMYK0.000.0900.08
HSL297.14º33.33%87.65%-
HSV(B)297.14º8.97%91.76%-
XYZ72.2570.8587.71-
YUV221.37135.13136.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.26%
GREEN value IS 213 (83.59% from 255) = 31.32%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=34.26%
G=31.32%
B=34.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332132340.000.0900.08297.1433.3387.65
HexE9D5EA09081292158
Octal35132535201101045141130
Binary11101001110101011110101001001010001001010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5EA; }

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

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

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

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

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

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

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

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