#E8BACA

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

Shades of Chantilly #E8BACA

Tints of Chantilly #E8BACA

Color information

#E8BACA (or 0xE8BACA) is unknown color: approx Chantilly. HEX triplet: E8, BA and CA. RGB value is (232,186,202). Sum of RGB (Red+Green+Blue) = 232+186+202=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BACA is #174535. Grayscale: #C9C9C9. Windows color (decimal): -1525046 or 13286120. OLE color: 13286120.

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

Color convert

RGB232186202-
CMYK00.200.130.09
HSL339.13º50%81.96%-
HSV(B)339.13º19.83%90.98%-
XYZ61.556.5463.55-
YUV201.58128.24149.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=37.42%
G=30%
B=32.58%

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
Decimal23218620200.200.130.09339.135081.96
HexE8BACA014D91533252
Octal350272312024151152362122
Binary111010001011101011001010010100110110011010100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BACA; }

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

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

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

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

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

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

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

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