#E7CBE8

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

Shades of Snuff #E7CBE8

Tints of Snuff #E7CBE8

Color information

#E7CBE8 (or 0xE7CBE8) is unknown color: approx Snuff. HEX triplet: E7, CB and E8. RGB value is (231,203,232). Sum of RGB (Red+Green+Blue) = 231+203+232=666 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.68% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7CBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBE8 is #183417. Grayscale: #D6D6D6. Windows color (decimal): -1586200 or 15256551. OLE color: 15256551.

HSL color Cylindrical-coordinate representation of color #E7CBE8: hue angle of 297.93º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CBE8 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB231203232-
CMYK0.000.1200.09
HSL297.93º38.67%85.29%-
HSV(B)297.93º12.5%90.98%-
XYZ68.8865.5385.36-
YUV214.68137.78139.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.68%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 232 (91.02% from 255) = 34.83%
R=34.68%
G=30.48%
B=34.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312032320.000.1200.09297.9338.6785.29
HexE7CBE80C0912a2755
Octal34731335001401145247125
Binary11100111110010111110100001100010011001010101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBE8; }

 p { color: rgb(231,203,232); }

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

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

 a { background-color: rgb(231,203,232); }

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

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

 span { border-color: rgb(231,203,232); }

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