#EAB7BF

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

Shades of Chantilly #EAB7BF

Tints of Chantilly #EAB7BF

Color information

#EAB7BF (or 0xEAB7BF) is unknown color: approx Chantilly. HEX triplet: EA, B7 and BF. RGB value is (234,183,191). Sum of RGB (Red+Green+Blue) = 234+183+191=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7BF is #154840. Grayscale: #C7C7C7. Windows color (decimal): -1394753 or 12564458. OLE color: 12564458.

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

Color convert

RGB234183191-
CMYK00.220.180.08
HSL350.59º54.84%81.76%-
HSV(B)350.59º21.79%91.76%-
XYZ60.2755.1256.75-
YUV199.16123.4152.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 191 (75% from 255) = 31.41%
R=38.49%
G=30.10%
B=31.41%

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
Decimal23418319100.220.180.08350.5954.8481.76
HexEAB7BF01612815f3752
Octal352267277026221053767122
Binary1110101010110111101111110101101001010001010111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7BF; }

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

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

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

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

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

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

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

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