#E3D0DF

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

Shades of Snuff #E3D0DF

Tints of Snuff #E3D0DF

Color information

#E3D0DF (or 0xE3D0DF) is unknown color: approx Snuff. HEX triplet: E3, D0 and DF. RGB value is (227,208,223). Sum of RGB (Red+Green+Blue) = 227+208+223=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0DF is #1C2F20. Grayscale: #D7D7D7. Windows color (decimal): -1847073 or 14668003. OLE color: 14668003.

HSL color Cylindrical-coordinate representation of color #E3D0DF: hue angle of 312.63º degrees, saturation: 0.25, 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 #E3D0DF is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227208223-
CMYK00.080.020.11
HSL312.63º25.33%85.29%-
HSV(B)312.63º8.37%89.02%-
XYZ67.5566.7779.14-
YUV215.39132.29136.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.50%
GREEN value IS 208 (81.64% from 255) = 31.61%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=34.50%
G=31.61%
B=33.89%

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
Decimal22720822300.080.020.11312.6325.3385.29
HexE3D0DF082B1391955
Octal34332033701021347131125
Binary11100011110100001101111101000101011100111001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D0DF; }

 p { color: rgb(227,208,223); }

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

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

 a { background-color: rgb(227,208,223); }

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

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

 span { border-color: rgb(227,208,223); }

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