#E9CBEA

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

Shades of Snuff #E9CBEA

Tints of Snuff #E9CBEA

Color information

#E9CBEA (or 0xE9CBEA) is unknown color: approx Snuff. HEX triplet: E9, CB and EA. RGB value is (233,203,234). Sum of RGB (Red+Green+Blue) = 233+203+234=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBEA is #163415. Grayscale: #D7D7D7. Windows color (decimal): -1455126 or 15387625. OLE color: 15387625.

HSL color Cylindrical-coordinate representation of color #E9CBEA: hue angle of 298.06º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CBEA is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233203234-
CMYK0.000.1300.08
HSL298.06º42.47%85.69%-
HSV(B)298.06º13.25%91.76%-
XYZ69.8165.9886.9-
YUV215.5138.44140.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.78%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=34.78%
G=30.30%
B=34.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332032340.000.1300.08298.0642.4785.69
HexE9CBEA0D0812a2a56
Octal35131335201501045252126
Binary11101001110010111110101001101010001001010101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBEA; }

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

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

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

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

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

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

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

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