#E7BACC

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

Shades of Chantilly #E7BACC

Tints of Chantilly #E7BACC

Color information

#E7BACC (or 0xE7BACC) is unknown color: approx Chantilly. HEX triplet: E7, BA and CC. RGB value is (231,186,204). Sum of RGB (Red+Green+Blue) = 231+186+204=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BACC is #184533. Grayscale: #C9C9C9. Windows color (decimal): -1590580 or 13417191. OLE color: 13417191.

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

Color convert

RGB231186204-
CMYK00.190.120.09
HSL336º48.39%81.76%-
HSV(B)336º19.48%90.59%-
XYZ61.4156.4764.79-
YUV201.51129.41149.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=37.20%
G=29.95%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118620400.190.120.0933648.3981.76
HexE7BACC013C91503052
Octal347272314023141152060122
Binary111001111011101011001100010011110010011010100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BACC; }

 p { color: rgb(231,186,204); }

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

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

 a { background-color: rgb(231,186,204); }

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

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

 span { border-color: rgb(231,186,204); }

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