#E9D3EB

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

Shades of Snuff #E9D3EB

Tints of Snuff #E9D3EB

Color information

#E9D3EB (or 0xE9D3EB) is unknown color: approx Snuff. HEX triplet: E9, D3 and EB. RGB value is (233,211,235). Sum of RGB (Red+Green+Blue) = 233+211+235=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9D3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D3EB is #162C14. Grayscale: #DCDCDC. Windows color (decimal): -1453077 or 15455209. OLE color: 15455209.

HSL color Cylindrical-coordinate representation of color #E9D3EB: hue angle of 295º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D3EB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233211235-
CMYK0.010.1000.08
HSL295º37.5%87.45%-
HSV(B)295º10.21%92.16%-
XYZ71.8969.9188.3-
YUV220.31136.29137.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.32%
GREEN value IS 211 (82.81% from 255) = 31.08%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=34.32%
G=31.08%
B=34.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332112350.010.1000.0829537.587.45
HexE9D3EB1A081272557
Octal35132335311201044745127
Binary11101001110100111110101111010010001001001111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3EB; }

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

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

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

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

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

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

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

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