#EAB6BF

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

Shades of Chantilly #EAB6BF

Tints of Chantilly #EAB6BF

Color information

#EAB6BF (or 0xEAB6BF) is unknown color: approx Chantilly. HEX triplet: EA, B6 and BF. RGB value is (234,182,191). Sum of RGB (Red+Green+Blue) = 234+182+191=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6BF is #154940. Grayscale: #C6C6C6. Windows color (decimal): -1395009 or 12564202. OLE color: 12564202.

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

Color convert

RGB234182191-
CMYK00.220.180.08
HSL349.62º55.32%81.57%-
HSV(B)349.62º22.22%91.76%-
XYZ60.0654.7156.68-
YUV198.57123.73153.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 191 (75% from 255) = 31.47%
R=38.55%
G=29.98%
B=31.47%

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
Decimal23418219100.220.180.08349.6255.3281.57
HexEAB6BF01612815e3752
Octal352266277026221053667122
Binary1110101010110110101111110101101001010001010111101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6BF; }

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

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

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

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

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

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

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

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