#E9CBEC

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

Shades of Snuff #E9CBEC

Tints of Snuff #E9CBEC

Color information

#E9CBEC (or 0xE9CBEC) is unknown color: approx Snuff. HEX triplet: E9, CB and EC. RGB value is (233,203,236). Sum of RGB (Red+Green+Blue) = 233+203+236=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBEC is #163413. Grayscale: #D7D7D7. Windows color (decimal): -1455124 or 15518697. OLE color: 15518697.

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

Color convert

RGB233203236-
CMYK0.010.1400.07
HSL294.55º46.48%86.08%-
HSV(B)294.55º13.98%92.55%-
XYZ70.166.0988.42-
YUV215.73139.44140.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.67%
GREEN value IS 203 (79.69% from 255) = 30.21%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=34.67%
G=30.21%
B=35.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332032360.010.1400.07294.5546.4886.08
HexE9CBEC1E071272e56
Octal3513133541160744756126
Binary1110100111001011111011001111001111001001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBEC; }

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

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

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

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

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

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

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

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