#E2D5DF

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

Shades of Snuff #E2D5DF

Tints of Snuff #E2D5DF

Color information

#E2D5DF (or 0xE2D5DF) is unknown color: approx Snuff. HEX triplet: E2, D5 and DF. RGB value is (226,213,223). Sum of RGB (Red+Green+Blue) = 226+213+223=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5DF is #1D2A20. Grayscale: #D9D9D9. Windows color (decimal): -1911329 or 14669282. OLE color: 14669282.

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

Color convert

RGB226213223-
CMYK00.060.010.11
HSL313.85º18.31%86.08%-
HSV(B)313.85º5.75%88.63%-
XYZ68.4869.0879.54-
YUV218.03130.81133.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=34.14%
G=32.18%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22621322300.060.010.11313.8518.3186.08
HexE2D5DF061B13a1256
Octal3423253370611347222126
Binary111000101101010111011111011011011100111010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D5DF; }

 p { color: rgb(226,213,223); }

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

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

 a { background-color: rgb(226,213,223); }

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

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

 span { border-color: rgb(226,213,223); }

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