#E0D2DF

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

Shades of Snuff #E0D2DF

Tints of Snuff #E0D2DF

Color information

#E0D2DF (or 0xE0D2DF) is unknown color: approx Snuff. HEX triplet: E0, D2 and DF. RGB value is (224,210,223). Sum of RGB (Red+Green+Blue) = 224+210+223=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2DF is #1F2D20. Grayscale: #D7D7D7. Windows color (decimal): -2043169 or 14668512. OLE color: 14668512.

HSL color Cylindrical-coordinate representation of color #E0D2DF: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0D2DF is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224210223-
CMYK00.060.000.12
HSL304.29º18.42%85.1%-
HSV(B)304.29º6.25%87.84%-
XYZ67.1167.2779.26-
YUV215.67132.14133.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=34.09%
G=31.96%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421022300.060.000.12304.2918.4285.1
HexE0D2DF060C1301255
Octal3403223370601446022125
Binary111000001101001011011111011001100100110000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D2DF; }

 p { color: rgb(224,210,223); }

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

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

 a { background-color: rgb(224,210,223); }

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

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

 span { border-color: rgb(224,210,223); }

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