#E9DCE5

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

Shades of Snuff #E9DCE5

Tints of Snuff #E9DCE5

Color information

#E9DCE5 (or 0xE9DCE5) is unknown color: approx Snuff. HEX triplet: E9, DC and E5. RGB value is (233,220,229). Sum of RGB (Red+Green+Blue) = 233+220+229=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCE5 is #16231A. Grayscale: #E0E0E0. Windows color (decimal): -1450779 or 15064297. OLE color: 15064297.

HSL color Cylindrical-coordinate representation of color #E9DCE5: hue angle of 318.46º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DCE5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233220229-
CMYK00.060.020.09
HSL318.46º22.81%88.82%-
HSV(B)318.46º5.58%91.37%-
XYZ73.3474.1784.58-
YUV224.91130.31133.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.16%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 229 (89.84% from 255) = 33.58%
R=34.16%
G=32.26%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322022900.060.020.09318.4622.8188.82
HexE9DCE5062913e1759
Octal3513343450621147627131
Binary1110100111011100111001010110101001100111110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCE5; }

 p { color: rgb(233,220,229); }

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

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

 a { background-color: rgb(233,220,229); }

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

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

 span { border-color: rgb(233,220,229); }

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