#E1D4DE

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

Shades of Snuff #E1D4DE

Tints of Snuff #E1D4DE

Color information

#E1D4DE (or 0xE1D4DE) is unknown color: approx Snuff. HEX triplet: E1, D4 and DE. RGB value is (225,212,222). Sum of RGB (Red+Green+Blue) = 225+212+222=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4DE is #1E2B21. Grayscale: #D9D9D9. Windows color (decimal): -1977122 or 14603489. OLE color: 14603489.

HSL color Cylindrical-coordinate representation of color #E1D4DE: hue angle of 313.85º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1D4DE is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225212222-
CMYK00.060.010.12
HSL313.85º17.81%85.69%-
HSV(B)313.85º5.78%88.24%-
XYZ67.7868.3778.73-
YUV217.03130.81133.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.14%
GREEN value IS 212 (83.20% from 255) = 32.17%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=34.14%
G=32.17%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521222200.060.010.12313.8517.8185.69
HexE1D4DE061C13a1256
Octal3413243360611447222126
Binary111000011101010011011110011011100100111010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4DE; }

 p { color: rgb(225,212,222); }

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

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

 a { background-color: rgb(225,212,222); }

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

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

 span { border-color: rgb(225,212,222); }

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