#E2D0DE

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

Shades of Snuff #E2D0DE

Tints of Snuff #E2D0DE

Color information

#E2D0DE (or 0xE2D0DE) is unknown color: approx Snuff. HEX triplet: E2, D0 and DE. RGB value is (226,208,222). Sum of RGB (Red+Green+Blue) = 226+208+222=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D0DE is #1D2F21. Grayscale: #D6D6D6. Windows color (decimal): -1912610 or 14602466. OLE color: 14602466.

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

Color convert

RGB226208222-
CMYK00.080.020.11
HSL313.33º23.68%85.1%-
HSV(B)313.33º7.96%88.63%-
XYZ67.166.5578.42-
YUV214.98131.96135.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.45%
GREEN value IS 208 (81.64% from 255) = 31.71%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=34.45%
G=31.71%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620822200.080.020.11313.3323.6885.1
HexE2D0DE082B1391855
Octal34232033601021347130125
Binary11100010110100001101111001000101011100111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D0DE; }

 p { color: rgb(226,208,222); }

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

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

 a { background-color: rgb(226,208,222); }

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

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

 span { border-color: rgb(226,208,222); }

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