#E2D2E1

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

Shades of Snuff #E2D2E1

Tints of Snuff #E2D2E1

Color information

#E2D2E1 (or 0xE2D2E1) is unknown color: approx Snuff. HEX triplet: E2, D2 and E1. RGB value is (226,210,225). Sum of RGB (Red+Green+Blue) = 226+210+225=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D2E1 is #1D2D1E. Grayscale: #D8D8D8. Windows color (decimal): -1912095 or 14799586. OLE color: 14799586.

HSL color Cylindrical-coordinate representation of color #E2D2E1: hue angle of 303.75º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2D2E1 is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB226210225-
CMYK00.070.000.11
HSL303.75º21.62%85.49%-
HSV(B)303.75º7.08%88.63%-
XYZ6867.780.72-
YUV216.49132.8134.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=34.19%
G=31.77%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621022500.070.000.11303.7521.6285.49
HexE2D2E1070B1301655
Octal3423223410701346026125
Binary111000101101001011100001011101011100110000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D2E1; }

 p { color: rgb(226,210,225); }

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

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

 a { background-color: rgb(226,210,225); }

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

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

 span { border-color: rgb(226,210,225); }

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