#E5CAEA

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

Shades of Snuff #E5CAEA

Tints of Snuff #E5CAEA

Color information

#E5CAEA (or 0xE5CAEA) is unknown color: approx Snuff. HEX triplet: E5, CA and EA. RGB value is (229,202,234). Sum of RGB (Red+Green+Blue) = 229+202+234=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAEA is #1A3515. Grayscale: #D5D5D5. Windows color (decimal): -1717526 or 15387365. OLE color: 15387365.

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

Color convert

RGB229202234-
CMYK0.020.1400.08
HSL290.62º43.24%85.49%-
HSV(B)290.62º13.68%91.76%-
XYZ68.2864.8486.76-
YUV213.72139.45138.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.44%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=34.44%
G=30.38%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292022340.020.1400.08290.6243.2485.49
HexE5CAEA2E081232b55
Octal34531235221601044353125
Binary111001011100101011101010101110010001001000111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAEA; }

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

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

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

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

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

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

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

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