#EABAC5

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

Shades of Chantilly #EABAC5

Tints of Chantilly #EABAC5

Color information

#EABAC5 (or 0xEABAC5) is unknown color: approx Chantilly. HEX triplet: EA, BA and C5. RGB value is (234,186,197). Sum of RGB (Red+Green+Blue) = 234+186+197=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAC5 is #15453A. Grayscale: #C9C9C9. Windows color (decimal): -1393979 or 12958442. OLE color: 12958442.

HSL color Cylindrical-coordinate representation of color #EABAC5: hue angle of 346.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAC5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234186197-
CMYK00.210.160.08
HSL346.25º53.33%82.35%-
HSV(B)346.25º20.51%91.76%-
XYZ61.5756.6460.51-
YUV201.61125.4151.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=37.93%
G=30.15%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418619700.210.160.08346.2553.3382.35
HexEABAC501510815a3552
Octal352272305025201053265122
Binary1110101010111010110001010101011000010001010110101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAC5; }

 p { color: rgb(234,186,197); }

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

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

 a { background-color: rgb(234,186,197); }

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

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

 span { border-color: rgb(234,186,197); }

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