#E8BAC9

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

Shades of Chantilly #E8BAC9

Tints of Chantilly #E8BAC9

Color information

#E8BAC9 (or 0xE8BAC9) is unknown color: approx Chantilly. HEX triplet: E8, BA and C9. RGB value is (232,186,201). Sum of RGB (Red+Green+Blue) = 232+186+201=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAC9 is #174536. Grayscale: #C9C9C9. Windows color (decimal): -1525047 or 13220584. OLE color: 13220584.

HSL color Cylindrical-coordinate representation of color #E8BAC9: hue angle of 340.43º 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 #E8BAC9 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232186201-
CMYK00.200.130.09
HSL340.43º50%81.96%-
HSV(B)340.43º19.83%90.98%-
XYZ61.3856.4962.93-
YUV201.46127.74149.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.48%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 201 (78.91% from 255) = 32.47%
R=37.48%
G=30.05%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218620100.200.130.09340.435081.96
HexE8BAC9014D91543252
Octal350272311024151152462122
Binary111010001011101011001001010100110110011010101001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAC9; }

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

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

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

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

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

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

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

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