#E7CAEB

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

Shades of Snuff #E7CAEB

Tints of Snuff #E7CAEB

Color information

#E7CAEB (or 0xE7CAEB) is unknown color: approx Snuff. HEX triplet: E7, CA and EB. RGB value is (231,202,235). Sum of RGB (Red+Green+Blue) = 231+202+235=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7CAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAEB is #183514. Grayscale: #D6D6D6. Windows color (decimal): -1586453 or 15452903. OLE color: 15452903.

HSL color Cylindrical-coordinate representation of color #E7CAEB: hue angle of 292.73º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7CAEB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231202235-
CMYK0.020.1400.08
HSL292.73º45.21%85.69%-
HSV(B)292.73º14.04%92.16%-
XYZ69.0765.2387.55-
YUV214.43139.61139.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.58%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=34.58%
G=30.24%
B=35.18%

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
Decimal2312022350.020.1400.08292.7345.2185.69
HexE7CAEB2E081252d56
Octal34731235321601044555126
Binary111001111100101011101011101110010001001001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAEB; }

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

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

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

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

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

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

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

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