#E9C0EC

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

Shades of Snuff #E9C0EC

Tints of Snuff #E9C0EC

Color information

#E9C0EC (or 0xE9C0EC) is unknown color: approx Snuff. HEX triplet: E9, C0 and EC. RGB value is (233,192,236). Sum of RGB (Red+Green+Blue) = 233+192+236=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9C0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C0EC is #163F13. Grayscale: #D1D1D1. Windows color (decimal): -1457940 or 15515881. OLE color: 15515881.

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

Color convert

RGB233192236-
CMYK0.010.1900.07
HSL295.91º53.66%83.92%-
HSV(B)295.91º18.64%92.55%-
XYZ67.5961.0887.58-
YUV209.27143.08144.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 192 (75.39% from 255) = 29.05%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=35.25%
G=29.05%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331922360.010.1900.07295.9153.6683.92
HexE9C0EC113071283654
Octal3513003541230745066124
Binary11101001110000001110110011001101111001010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C0EC; }

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

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

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

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

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

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

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

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