#E9CDEC

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

Shades of Snuff #E9CDEC

Tints of Snuff #E9CDEC

Color information

#E9CDEC (or 0xE9CDEC) is unknown color: approx Snuff. HEX triplet: E9, CD and EC. RGB value is (233,205,236). Sum of RGB (Red+Green+Blue) = 233+205+236=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDEC is #163213. Grayscale: #D8D8D8. Windows color (decimal): -1454612 or 15519209. OLE color: 15519209.

HSL color Cylindrical-coordinate representation of color #E9CDEC: hue angle of 294.19º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CDEC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233205236-
CMYK0.010.1300.07
HSL294.19º44.93%86.47%-
HSV(B)294.19º13.14%92.55%-
XYZ70.5867.0488.58-
YUV216.91138.78139.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.57%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=34.57%
G=30.42%
B=35.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332052360.010.1300.07294.1944.9386.47
HexE9CDEC1D071262d56
Octal3513153541150744655126
Binary1110100111001101111011001110101111001001101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDEC; }

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

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

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

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

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

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

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

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