#E7C9EB

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

Shades of Snuff #E7C9EB

Tints of Snuff #E7C9EB

Color information

#E7C9EB (or 0xE7C9EB) is unknown color: approx Snuff. HEX triplet: E7, C9 and EB. RGB value is (231,201,235). Sum of RGB (Red+Green+Blue) = 231+201+235=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7C9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C9EB is #183614. Grayscale: #D5D5D5. Windows color (decimal): -1586709 or 15452647. OLE color: 15452647.

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

Color convert

RGB231201235-
CMYK0.020.1400.08
HSL292.94º45.95%85.49%-
HSV(B)292.94º14.47%92.16%-
XYZ68.8464.7687.47-
YUV213.85139.94140.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 201 (78.91% from 255) = 30.13%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=34.63%
G=30.13%
B=35.23%

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
Decimal2312012350.020.1400.08292.9445.9585.49
HexE7C9EB2E081252e55
Octal34731135321601044556125
Binary111001111100100111101011101110010001001001011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C9EB; }

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

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

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

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

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

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

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

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