#E9BACA

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

Shades of Chantilly #E9BACA

Tints of Chantilly #E9BACA

Color information

#E9BACA (or 0xE9BACA) is unknown color: approx Chantilly. HEX triplet: E9, BA and CA. RGB value is (233,186,202). Sum of RGB (Red+Green+Blue) = 233+186+202=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BACA is #164535. Grayscale: #C9C9C9. Windows color (decimal): -1459510 or 13286121. OLE color: 13286121.

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

Color convert

RGB233186202-
CMYK00.200.130.09
HSL339.57º51.65%82.16%-
HSV(B)339.57º20.17%91.37%-
XYZ61.8256.7163.56-
YUV201.88128.07150.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.52%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=37.52%
G=29.95%
B=32.53%

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
Decimal23318620200.200.130.09339.5751.6582.16
HexE9BACA014D91543452
Octal351272312024151152464122
Binary111010011011101011001010010100110110011010101001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BACA; }

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

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

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

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

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

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

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

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