#EABAC0

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

Shades of Chantilly #EABAC0

Tints of Chantilly #EABAC0

Color information

#EABAC0 (or 0xEABAC0) is unknown color: approx Chantilly. HEX triplet: EA, BA and C0. RGB value is (234,186,192). Sum of RGB (Red+Green+Blue) = 234+186+192=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAC0 is #15453F. Grayscale: #C9C9C9. Windows color (decimal): -1393984 or 12630762. OLE color: 12630762.

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

Color convert

RGB234186192-
CMYK00.210.180.08
HSL352.5º53.33%82.35%-
HSV(B)352.5º20.51%91.76%-
XYZ61.0156.4257.54-
YUV201.04122.9151.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=38.24%
G=30.39%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418619200.210.180.08352.553.3382.35
HexEABAC00151281603552
Octal352272300025221054065122
Binary1110101010111010110000000101011001010001011000001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAC0; }

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

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

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

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

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

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

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

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