#EABAC4

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

Shades of Chantilly #EABAC4

Tints of Chantilly #EABAC4

Color information

#EABAC4 (or 0xEABAC4) is unknown color: approx Chantilly. HEX triplet: EA, BA and C4. RGB value is (234,186,196). Sum of RGB (Red+Green+Blue) = 234+186+196=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAC4 is #15453B. Grayscale: #C9C9C9. Windows color (decimal): -1393980 or 12892906. OLE color: 12892906.

HSL color Cylindrical-coordinate representation of color #EABAC4: hue angle of 347.5º 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 #EABAC4 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234186196-
CMYK00.210.160.08
HSL347.5º53.33%82.35%-
HSV(B)347.5º20.51%91.76%-
XYZ61.4556.659.91-
YUV201.49124.9151.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 196 (76.95% from 255) = 31.82%
R=37.99%
G=30.19%
B=31.82%

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
Decimal23418619600.210.160.08347.553.3382.35
HexEABAC401510815c3552
Octal352272304025201053465122
Binary1110101010111010110001000101011000010001010111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAC4; }

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

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

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

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

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

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

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

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