#E5BACA

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

Shades of Chantilly #E5BACA

Tints of Chantilly #E5BACA

Color information

#E5BACA (or 0xE5BACA) is unknown color: approx Chantilly. HEX triplet: E5, BA and CA. RGB value is (229,186,202). Sum of RGB (Red+Green+Blue) = 229+186+202=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BACA is #1A4535. Grayscale: #C8C8C8. Windows color (decimal): -1721654 or 13286117. OLE color: 13286117.

HSL color Cylindrical-coordinate representation of color #E5BACA: hue angle of 337.67º 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 #E5BACA is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229186202-
CMYK00.190.120.10
HSL337.67º45.26%81.37%-
HSV(B)337.67º18.78%89.8%-
XYZ60.5356.0463.5-
YUV200.68128.75148.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.12%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=37.12%
G=30.15%
B=32.74%

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
Decimal22918620200.190.120.10337.6745.2681.37
HexE5BACA013CA1522d51
Octal345272312023141252255121
Binary111001011011101011001010010011110010101010100101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BACA; }

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

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

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

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

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

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

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

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