#E6BAC6

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

Shades of Chantilly #E6BAC6

Tints of Chantilly #E6BAC6

Color information

#E6BAC6 (or 0xE6BAC6) is unknown color: approx Chantilly. HEX triplet: E6, BA and C6. RGB value is (230,186,198). Sum of RGB (Red+Green+Blue) = 230+186+198=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC6 is #194539. Grayscale: #C8C8C8. Windows color (decimal): -1656122 or 13023974. OLE color: 13023974.

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

Color convert

RGB230186198-
CMYK00.190.140.10
HSL343.64º46.81%81.57%-
HSV(B)343.64º19.13%90.2%-
XYZ60.3956.0261.06-
YUV200.52126.58149.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=37.46%
G=30.29%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018619800.190.140.10343.6446.8181.57
HexE6BAC6013EA1582f52
Octal346272306023161253057122
Binary111001101011101011000110010011111010101010110001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAC6; }

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

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

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

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

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

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

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

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