#E5BACB

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

Shades of Chantilly #E5BACB

Tints of Chantilly #E5BACB

Color information

#E5BACB (or 0xE5BACB) is unknown color: approx Chantilly. HEX triplet: E5, BA and CB. RGB value is (229,186,203). Sum of RGB (Red+Green+Blue) = 229+186+203=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BACB is #1A4534. Grayscale: #C8C8C8. Windows color (decimal): -1721653 or 13351653. OLE color: 13351653.

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

Color convert

RGB229186203-
CMYK00.190.110.10
HSL336.28º45.26%81.37%-
HSV(B)336.28º18.78%89.8%-
XYZ60.6556.0964.13-
YUV200.8129.25148.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.06%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=37.06%
G=30.10%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918620300.190.110.10336.2845.2681.37
HexE5BACB013BA1502d51
Octal345272313023131252055121
Binary111001011011101011001011010011101110101010100001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BACB; }

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

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

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

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

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

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

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

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