#EAB7C1

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

Shades of Chantilly #EAB7C1

Tints of Chantilly #EAB7C1

Color information

#EAB7C1 (or 0xEAB7C1) is unknown color: approx Chantilly. HEX triplet: EA, B7 and C1. RGB value is (234,183,193). Sum of RGB (Red+Green+Blue) = 234+183+193=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7C1 is #15483E. Grayscale: #C7C7C7. Windows color (decimal): -1394751 or 12695530. OLE color: 12695530.

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

Color convert

RGB234183193-
CMYK00.220.180.08
HSL348.24º54.84%81.76%-
HSV(B)348.24º21.79%91.76%-
XYZ60.4955.2157.92-
YUV199.39124.4152.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 183 (71.88% from 255) = 30%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=38.36%
G=30%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418319300.220.180.08348.2454.8481.76
HexEAB7C101612815c3752
Octal352267301026221053467122
Binary1110101010110111110000010101101001010001010111001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7C1; }

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

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

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

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

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

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

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

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