#E7CAEC

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

Shades of Snuff #E7CAEC

Tints of Snuff #E7CAEC

Color information

#E7CAEC (or 0xE7CAEC) is unknown color: approx Snuff. HEX triplet: E7, CA and EC. RGB value is (231,202,236). Sum of RGB (Red+Green+Blue) = 231+202+236=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAEC is #183513. Grayscale: #D6D6D6. Windows color (decimal): -1586452 or 15518439. OLE color: 15518439.

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

Color convert

RGB231202236-
CMYK0.020.1400.07
HSL291.18º47.22%85.88%-
HSV(B)291.18º14.41%92.55%-
XYZ69.2265.2988.31-
YUV214.55140.11139.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.53%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=34.53%
G=30.19%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312022360.020.1400.07291.1847.2285.88
HexE7CAEC2E071232f56
Octal3473123542160744357126
Binary11100111110010101110110010111001111001000111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAEC; }

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

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

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

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

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

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

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

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