#E9C5EA

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

Shades of Snuff #E9C5EA

Tints of Snuff #E9C5EA

Color information

#E9C5EA (or 0xE9C5EA) is unknown color: approx Snuff. HEX triplet: E9, C5 and EA. RGB value is (233,197,234). Sum of RGB (Red+Green+Blue) = 233+197+234=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9C5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C5EA is #163A15. Grayscale: #D3D3D3. Windows color (decimal): -1456662 or 15386089. OLE color: 15386089.

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

Color convert

RGB233197234-
CMYK0.000.1600.08
HSL298.38º46.84%84.51%-
HSV(B)298.38º15.81%91.76%-
XYZ68.4263.286.43-
YUV211.98140.43142.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 197 (77.34% from 255) = 29.67%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=35.09%
G=29.67%
B=35.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331972340.000.1600.08298.3846.8484.51
HexE9C5EA0100812a2f55
Octal35130535202001045257125
Binary111010011100010111101010010000010001001010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C5EA; }

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

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

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

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

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

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

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

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