#E9D2E5

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

Shades of Snuff #E9D2E5

Tints of Snuff #E9D2E5

Color information

#E9D2E5 (or 0xE9D2E5) is unknown color: approx Snuff. HEX triplet: E9, D2 and E5. RGB value is (233,210,229). Sum of RGB (Red+Green+Blue) = 233+210+229=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2E5 is #162D1A. Grayscale: #DADADA. Windows color (decimal): -1453339 or 15061737. OLE color: 15061737.

HSL color Cylindrical-coordinate representation of color #E9D2E5: hue angle of 310.43º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D2E5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233210229-
CMYK00.100.020.09
HSL310.43º34.33%86.86%-
HSV(B)310.43º9.87%91.37%-
XYZ70.7969.0783.73-
YUV219.04133.62137.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.67%
GREEN value IS 210 (82.42% from 255) = 31.25%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=34.67%
G=31.25%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321022900.100.020.09310.4334.3386.86
HexE9D2E50A291362257
Octal35132234501221146642127
Binary111010011101001011100101010101010011001101101000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2E5; }

 p { color: rgb(233,210,229); }

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

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

 a { background-color: rgb(233,210,229); }

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

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

 span { border-color: rgb(233,210,229); }

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