#E7BACA

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

Shades of Chantilly #E7BACA

Tints of Chantilly #E7BACA

Color information

#E7BACA (or 0xE7BACA) is unknown color: approx Chantilly. HEX triplet: E7, BA and CA. RGB value is (231,186,202). Sum of RGB (Red+Green+Blue) = 231+186+202=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BACA is #184535. Grayscale: #C9C9C9. Windows color (decimal): -1590582 or 13286119. OLE color: 13286119.

HSL color Cylindrical-coordinate representation of color #E7BACA: hue angle of 338.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BACA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231186202-
CMYK00.190.130.09
HSL338.67º48.39%81.76%-
HSV(B)338.67º19.48%90.59%-
XYZ61.1756.3763.53-
YUV201.28128.41149.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=37.32%
G=30.05%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118620200.190.130.09338.6748.3981.76
HexE7BACA013D91533052
Octal347272312023151152360122
Binary111001111011101011001010010011110110011010100111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BACA; }

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

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

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

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

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

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

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

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