#E8C9EA

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

Shades of Snuff #E8C9EA

Tints of Snuff #E8C9EA

Color information

#E8C9EA (or 0xE8C9EA) is unknown color: approx Snuff. HEX triplet: E8, C9 and EA. RGB value is (232,201,234). Sum of RGB (Red+Green+Blue) = 232+201+234=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8C9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C9EA is #173615. Grayscale: #D5D5D5. Windows color (decimal): -1521174 or 15387112. OLE color: 15387112.

HSL color Cylindrical-coordinate representation of color #E8C9EA: hue angle of 296.36º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8C9EA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232201234-
CMYK0.010.1400.08
HSL296.36º44%85.29%-
HSV(B)296.36º14.1%91.76%-
XYZ69.0264.8786.73-
YUV214.03139.27140.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.78%
GREEN value IS 201 (78.91% from 255) = 30.13%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=34.78%
G=30.13%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322012340.010.1400.08296.364485.29
HexE8C9EA1E081282c55
Octal35031135211601045054125
Binary11101000110010011110101011110010001001010001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C9EA; }

 p { color: rgb(232,201,234); }

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

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

 a { background-color: rgb(232,201,234); }

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

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

 span { border-color: rgb(232,201,234); }

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