#E0DCDF

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

Shades of Snuff #E0DCDF

Tints of Snuff #E0DCDF

Color information

#E0DCDF (or 0xE0DCDF) is unknown color: approx Snuff. HEX triplet: E0, DC and DF. RGB value is (224,220,223). Sum of RGB (Red+Green+Blue) = 224+220+223=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCDF is #1F2320. Grayscale: #DDDDDD. Windows color (decimal): -2040609 or 14671072. OLE color: 14671072.

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

Color convert

RGB224220223-
CMYK00.020.000.12
HSL315º6.06%87.06%-
HSV(B)315º1.79%87.84%-
XYZ69.6572.3680.11-
YUV221.54128.83129.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=33.58%
G=32.98%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422022300.020.000.123156.0687.06
HexE0DCDF020C13b657
Octal340334337020144736127
Binary111000001101110011011111010011001001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCDF; }

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

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

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

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

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

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

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

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