#E6BAC7

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

Shades of Chantilly #E6BAC7

Tints of Chantilly #E6BAC7

Color information

#E6BAC7 (or 0xE6BAC7) is unknown color: approx Chantilly. HEX triplet: E6, BA and C7. RGB value is (230,186,199). Sum of RGB (Red+Green+Blue) = 230+186+199=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC7 is #194538. Grayscale: #C8C8C8. Windows color (decimal): -1656121 or 13089510. OLE color: 13089510.

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

Color convert

RGB230186199-
CMYK00.190.130.10
HSL342.27º46.81%81.57%-
HSV(B)342.27º19.13%90.2%-
XYZ60.556.0661.67-
YUV200.64127.08148.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.40%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 199 (78.12% from 255) = 32.36%
R=37.40%
G=30.24%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018619900.190.130.10342.2746.8181.57
HexE6BAC7013DA1562f52
Octal346272307023151252657122
Binary111001101011101011000111010011110110101010101101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAC7; }

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

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

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

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

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

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

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

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