#EAB9BF

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

Shades of Chantilly #EAB9BF

Tints of Chantilly #EAB9BF

Color information

#EAB9BF (or 0xEAB9BF) is unknown color: approx Chantilly. HEX triplet: EA, B9 and BF. RGB value is (234,185,191). Sum of RGB (Red+Green+Blue) = 234+185+191=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9BF is #154640. Grayscale: #C8C8C8. Windows color (decimal): -1394241 or 12564970. OLE color: 12564970.

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

Color convert

RGB234185191-
CMYK00.210.180.08
HSL352.65º53.85%82.16%-
HSV(B)352.65º20.94%91.76%-
XYZ60.6855.9556.89-
YUV200.33122.73152.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 185 (72.66% from 255) = 30.33%
BLUE value IS 191 (75% from 255) = 31.31%
R=38.36%
G=30.33%
B=31.31%

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
Decimal23418519100.210.180.08352.6553.8582.16
HexEAB9BF0151281613652
Octal352271277025221054166122
Binary1110101010111001101111110101011001010001011000011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9BF; }

 p { color: rgb(234,185,191); }

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

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

 a { background-color: rgb(234,185,191); }

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

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

 span { border-color: rgb(234,185,191); }

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