#E9D4EB

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

Shades of Snuff #E9D4EB

Tints of Snuff #E9D4EB

Color information

#E9D4EB (or 0xE9D4EB) is unknown color: approx Snuff. HEX triplet: E9, D4 and EB. RGB value is (233,212,235). Sum of RGB (Red+Green+Blue) = 233+212+235=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D4EB is #162B14. Grayscale: #DCDCDC. Windows color (decimal): -1452821 or 15455465. OLE color: 15455465.

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

Color convert

RGB233212235-
CMYK0.010.1000.08
HSL294.78º36.51%87.65%-
HSV(B)294.78º9.79%92.16%-
XYZ72.1470.4188.39-
YUV220.9135.96136.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.26%
GREEN value IS 212 (83.20% from 255) = 31.18%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=34.26%
G=31.18%
B=34.56%

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
Decimal2332122350.010.1000.08294.7836.5187.65
HexE9D4EB1A081272558
Octal35132435311201044745130
Binary11101001110101001110101111010010001001001111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4EB; }

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

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

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

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

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

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

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

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