#E8BACB

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

Shades of Chantilly #E8BACB

Tints of Chantilly #E8BACB

Color information

#E8BACB (or 0xE8BACB) is unknown color: approx Chantilly. HEX triplet: E8, BA and CB. RGB value is (232,186,203). Sum of RGB (Red+Green+Blue) = 232+186+203=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BACB is #174534. Grayscale: #C9C9C9. Windows color (decimal): -1525045 or 13351656. OLE color: 13351656.

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

Color convert

RGB232186203-
CMYK00.200.120.09
HSL337.83º50%81.96%-
HSV(B)337.83º19.83%90.98%-
XYZ61.6256.5964.17-
YUV201.69128.74149.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.36%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=37.36%
G=29.95%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218620300.200.120.09337.835081.96
HexE8BACB014C91523252
Octal350272313024141152262122
Binary111010001011101011001011010100110010011010100101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BACB; }

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

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

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

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

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

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

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

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