#E7BAC4

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

Shades of Chantilly #E7BAC4

Tints of Chantilly #E7BAC4

Color information

#E7BAC4 (or 0xE7BAC4) is unknown color: approx Chantilly. HEX triplet: E7, BA and C4. RGB value is (231,186,196). Sum of RGB (Red+Green+Blue) = 231+186+196=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BAC4 is #18453B. Grayscale: #C8C8C8. Windows color (decimal): -1590588 or 12892903. OLE color: 12892903.

HSL color Cylindrical-coordinate representation of color #E7BAC4: hue angle of 346.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BAC4 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231186196-
CMYK00.190.150.09
HSL346.67º48.39%81.76%-
HSV(B)346.67º19.48%90.59%-
XYZ60.4856.0959.86-
YUV200.59125.41149.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=37.68%
G=30.34%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118619600.190.150.09346.6748.3981.76
HexE7BAC4013F915b3052
Octal347272304023171153360122
Binary111001111011101011000100010011111110011010110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BAC4; }

 p { color: rgb(231,186,196); }

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

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

 a { background-color: rgb(231,186,196); }

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

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

 span { border-color: rgb(231,186,196); }

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