#E9CAEA

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

Shades of Snuff #E9CAEA

Tints of Snuff #E9CAEA

Color information

#E9CAEA (or 0xE9CAEA) is unknown color: approx Snuff. HEX triplet: E9, CA and EA. RGB value is (233,202,234). Sum of RGB (Red+Green+Blue) = 233+202+234=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9CAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAEA is #163515. Grayscale: #D6D6D6. Windows color (decimal): -1455382 or 15387369. OLE color: 15387369.

HSL color Cylindrical-coordinate representation of color #E9CAEA: hue angle of 298.12º degrees, saturation: 0.43, 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 #E9CAEA is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233202234-
CMYK0.000.1400.08
HSL298.12º43.24%85.49%-
HSV(B)298.12º13.68%91.76%-
XYZ69.5865.5186.82-
YUV214.92138.77140.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.83%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=34.83%
G=30.19%
B=34.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332022340.000.1400.08298.1243.2485.49
HexE9CAEA0E0812a2b55
Octal35131235201601045253125
Binary11101001110010101110101001110010001001010101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAEA; }

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

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

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

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

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

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

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

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