#E9D1EC

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

Shades of Snuff #E9D1EC

Tints of Snuff #E9D1EC

Color information

#E9D1EC (or 0xE9D1EC) is unknown color: approx Snuff. HEX triplet: E9, D1 and EC. RGB value is (233,209,236). Sum of RGB (Red+Green+Blue) = 233+209+236=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9D1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D1EC is #162E13. Grayscale: #DBDBDB. Windows color (decimal): -1453588 or 15520233. OLE color: 15520233.

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

Color convert

RGB233209236-
CMYK0.010.1100.07
HSL293.33º41.54%87.25%-
HSV(B)293.33º11.44%92.55%-
XYZ71.5568.9888.9-
YUV219.25137.45137.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.37%
GREEN value IS 209 (82.03% from 255) = 30.83%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=34.37%
G=30.83%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332092360.010.1100.07293.3341.5487.25
HexE9D1EC1B071252a57
Octal3513213541130744552127
Binary1110100111010001111011001101101111001001011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D1EC; }

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

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

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

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

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

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

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

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