#E9CDED

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

Shades of Snuff #E9CDED

Tints of Snuff #E9CDED

Color information

#E9CDED (or 0xE9CDED) is unknown color: approx Snuff. HEX triplet: E9, CD and ED. RGB value is (233,205,237). Sum of RGB (Red+Green+Blue) = 233+205+237=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDED is #163212. Grayscale: #D8D8D8. Windows color (decimal): -1454611 or 15584745. OLE color: 15584745.

HSL color Cylindrical-coordinate representation of color #E9CDED: hue angle of 292.5º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9CDED is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233205237-
CMYK0.020.1400.07
HSL292.5º47.06%86.67%-
HSV(B)292.5º13.5%92.94%-
XYZ70.7267.189.35-
YUV217.02139.28139.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=34.52%
G=30.37%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332052370.020.1400.07292.547.0686.67
HexE9CDED2E071242f57
Octal3513153552160744457127
Binary11101001110011011110110110111001111001001001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDED; }

 p { color: rgb(233,205,237); }

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

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

 a { background-color: rgb(233,205,237); }

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

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

 span { border-color: rgb(233,205,237); }

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