#E6BACC

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

Shades of Chantilly #E6BACC

Tints of Chantilly #E6BACC

Color information

#E6BACC (or 0xE6BACC) is unknown color: approx Chantilly. HEX triplet: E6, BA and CC. RGB value is (230,186,204). Sum of RGB (Red+Green+Blue) = 230+186+204=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BACC is #194533. Grayscale: #C9C9C9. Windows color (decimal): -1656116 or 13417190. OLE color: 13417190.

HSL color Cylindrical-coordinate representation of color #E6BACC: hue angle of 335.45º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BACC is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230186204-
CMYK00.190.110.10
HSL335.45º46.81%81.57%-
HSV(B)335.45º19.13%90.2%-
XYZ61.0956.364.77-
YUV201.21129.58148.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=37.10%
G=30%
B=32.90%

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
Decimal23018620400.190.110.10335.4546.8181.57
HexE6BACC013BA14f2f52
Octal346272314023131251757122
Binary111001101011101011001100010011101110101010011111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BACC; }

 p { color: rgb(230,186,204); }

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

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

 a { background-color: rgb(230,186,204); }

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

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

 span { border-color: rgb(230,186,204); }

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