#EAB1C1

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

Shades of Chantilly #EAB1C1

Tints of Chantilly #EAB1C1

Color information

#EAB1C1 (or 0xEAB1C1) is unknown color: approx Chantilly. HEX triplet: EA, B1 and C1. RGB value is (234,177,193). Sum of RGB (Red+Green+Blue) = 234+177+193=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1C1 is #154E3E. Grayscale: #C3C3C3. Windows color (decimal): -1396287 or 12693994. OLE color: 12693994.

HSL color Cylindrical-coordinate representation of color #EAB1C1: hue angle of 343.16º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB1C1 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234177193-
CMYK00.240.180.08
HSL343.16º57.58%80.59%-
HSV(B)343.16º24.36%91.76%-
XYZ59.2852.7957.52-
YUV195.87126.38155.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=38.74%
G=29.30%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417719300.240.180.08343.1657.5880.59
HexEAB1C10181281573a51
Octal352261301030221052772121
Binary1110101010110001110000010110001001010001010101111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1C1; }

 p { color: rgb(234,177,193); }

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

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

 a { background-color: rgb(234,177,193); }

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

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

 span { border-color: rgb(234,177,193); }

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