#E9C9ED

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

Shades of Snuff #E9C9ED

Tints of Snuff #E9C9ED

Color information

#E9C9ED (or 0xE9C9ED) is unknown color: approx Snuff. HEX triplet: E9, C9 and ED. RGB value is (233,201,237). Sum of RGB (Red+Green+Blue) = 233+201+237=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9C9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C9ED is #163612. Grayscale: #D6D6D6. Windows color (decimal): -1455635 or 15583721. OLE color: 15583721.

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

Color convert

RGB233201237-
CMYK0.020.1500.07
HSL293.33º50%85.88%-
HSV(B)293.33º15.19%92.94%-
XYZ69.7865.2189.03-
YUV214.67140.6141.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.72%
GREEN value IS 201 (78.91% from 255) = 29.96%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=34.72%
G=29.96%
B=35.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332012370.020.1500.07293.335085.88
HexE9C9ED2F071253256
Octal3513113552170744562126
Binary11101001110010011110110110111101111001001011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C9ED; }

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

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

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

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

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

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

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

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