#E9D4EC

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

Shades of Snuff #E9D4EC

Tints of Snuff #E9D4EC

Color information

#E9D4EC (or 0xE9D4EC) is unknown color: approx Snuff. HEX triplet: E9, D4 and EC. RGB value is (233,212,236). Sum of RGB (Red+Green+Blue) = 233+212+236=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D4EC is #162B13. Grayscale: #DCDCDC. Windows color (decimal): -1452820 or 15521001. OLE color: 15521001.

HSL color Cylindrical-coordinate representation of color #E9D4EC: hue angle of 292.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D4EC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233212236-
CMYK0.010.1000.07
HSL292.5º38.71%87.84%-
HSV(B)292.5º10.17%92.55%-
XYZ72.2970.4789.15-
YUV221.02136.46136.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.21%
GREEN value IS 212 (83.20% from 255) = 31.13%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=34.21%
G=31.13%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332122360.010.1000.07292.538.7187.84
HexE9D4EC1A071242758
Octal3513243541120744447130
Binary1110100111010100111011001101001111001001001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4EC; }

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

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

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

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

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

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

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

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