#E5BAC9

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

Shades of Chantilly #E5BAC9

Tints of Chantilly #E5BAC9

Color information

#E5BAC9 (or 0xE5BAC9) is unknown color: approx Chantilly. HEX triplet: E5, BA and C9. RGB value is (229,186,201). Sum of RGB (Red+Green+Blue) = 229+186+201=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAC9 is #1A4536. Grayscale: #C8C8C8. Windows color (decimal): -1721655 or 13220581. OLE color: 13220581.

HSL color Cylindrical-coordinate representation of color #E5BAC9: hue angle of 339.07º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BAC9 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229186201-
CMYK00.190.120.10
HSL339.07º45.26%81.37%-
HSV(B)339.07º18.78%89.8%-
XYZ60.4155.9962.88-
YUV200.57128.25148.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.18%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 201 (78.91% from 255) = 32.63%
R=37.18%
G=30.19%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918620100.190.120.10339.0745.2681.37
HexE5BAC9013CA1532d51
Octal345272311023141252355121
Binary111001011011101011001001010011110010101010100111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAC9; }

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

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

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

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

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

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

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

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