#E9BACB

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

Shades of Chantilly #E9BACB

Tints of Chantilly #E9BACB

Color information

#E9BACB (or 0xE9BACB) is unknown color: approx Chantilly. HEX triplet: E9, BA and CB. RGB value is (233,186,203). Sum of RGB (Red+Green+Blue) = 233+186+203=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BACB is #164534. Grayscale: #C9C9C9. Windows color (decimal): -1459509 or 13351657. OLE color: 13351657.

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

Color convert

RGB233186203-
CMYK00.200.130.09
HSL338.3º51.65%82.16%-
HSV(B)338.3º20.17%91.37%-
XYZ61.9456.7564.19-
YUV201.99128.57150.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.46%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=37.46%
G=29.90%
B=32.64%

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
Decimal23318620300.200.130.09338.351.6582.16
HexE9BACB014D91523452
Octal351272313024151152264122
Binary111010011011101011001011010100110110011010100101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BACB; }

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

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

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

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

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

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

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

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