#E2DBE1

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

Shades of Snuff #E2DBE1

Tints of Snuff #E2DBE1

Color information

#E2DBE1 (or 0xE2DBE1) is unknown color: approx Snuff. HEX triplet: E2, DB and E1. RGB value is (226,219,225). Sum of RGB (Red+Green+Blue) = 226+219+225=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBE1 is #1D241E. Grayscale: #DDDDDD. Windows color (decimal): -1909791 or 14801890. OLE color: 14801890.

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

Color convert

RGB226219225-
CMYK00.030.000.11
HSL308.57º10.77%87.25%-
HSV(B)308.57º3.1%88.63%-
XYZ70.2972.2781.48-
YUV221.78129.82131.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 219 (85.94% from 255) = 32.69%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=33.73%
G=32.69%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621922500.030.000.11308.5710.7787.25
HexE2DBE1030B135b57
Octal3423333410301346513127
Binary1110001011011011111000010110101110011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBE1; }

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

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

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

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

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

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

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

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