#E6BAC8

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

Shades of Chantilly #E6BAC8

Tints of Chantilly #E6BAC8

Color information

#E6BAC8 (or 0xE6BAC8) is unknown color: approx Chantilly. HEX triplet: E6, BA and C8. RGB value is (230,186,200). Sum of RGB (Red+Green+Blue) = 230+186+200=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC8 is #194537. Grayscale: #C8C8C8. Windows color (decimal): -1656120 or 13155046. OLE color: 13155046.

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

Color convert

RGB230186200-
CMYK00.190.130.10
HSL340.91º46.81%81.57%-
HSV(B)340.91º19.13%90.2%-
XYZ60.6256.1162.28-
YUV200.75127.58148.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.34%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 200 (78.52% from 255) = 32.47%
R=37.34%
G=30.19%
B=32.47%

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
Decimal23018620000.190.130.10340.9146.8181.57
HexE6BAC8013DA1552f52
Octal346272310023151252557122
Binary111001101011101011001000010011110110101010101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAC8; }

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

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

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

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

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

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

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

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