#E9CAEC

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

Shades of Snuff #E9CAEC

Tints of Snuff #E9CAEC

Color information

#E9CAEC (or 0xE9CAEC) is unknown color: approx Snuff. HEX triplet: E9, CA and EC. RGB value is (233,202,236). Sum of RGB (Red+Green+Blue) = 233+202+236=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAEC is #163513. Grayscale: #D7D7D7. Windows color (decimal): -1455380 or 15518441. OLE color: 15518441.

HSL color Cylindrical-coordinate representation of color #E9CAEC: hue angle of 294.71º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9CAEC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233202236-
CMYK0.010.1400.07
HSL294.71º47.22%85.88%-
HSV(B)294.71º14.41%92.55%-
XYZ69.8765.6288.34-
YUV215.14139.77140.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.72%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=34.72%
G=30.10%
B=35.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332022360.010.1400.07294.7147.2285.88
HexE9CAEC1E071272f56
Octal3513123541160744757126
Binary1110100111001010111011001111001111001001111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAEC; }

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

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

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

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

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

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

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

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