#E8BAC8

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

Shades of Chantilly #E8BAC8

Tints of Chantilly #E8BAC8

Color information

#E8BAC8 (or 0xE8BAC8) is unknown color: approx Chantilly. HEX triplet: E8, BA and C8. RGB value is (232,186,200). Sum of RGB (Red+Green+Blue) = 232+186+200=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAC8 is #174537. Grayscale: #C9C9C9. Windows color (decimal): -1525048 or 13155048. OLE color: 13155048.

HSL color Cylindrical-coordinate representation of color #E8BAC8: hue angle of 341.74º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BAC8 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB232186200-
CMYK00.200.140.09
HSL341.74º50%81.96%-
HSV(B)341.74º19.83%90.98%-
XYZ61.2656.4462.31-
YUV201.35127.24149.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.54%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=37.54%
G=30.10%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218620000.200.140.09341.745081.96
HexE8BAC8014E91563252
Octal350272310024161152662122
Binary111010001011101011001000010100111010011010101101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAC8; }

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

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

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

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

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

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

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

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