#EAB9C7

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

Shades of Chantilly #EAB9C7

Tints of Chantilly #EAB9C7

Color information

#EAB9C7 (or 0xEAB9C7) is unknown color: approx Chantilly. HEX triplet: EA, B9 and C7. RGB value is (234,185,199). Sum of RGB (Red+Green+Blue) = 234+185+199=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9C7 is #154638. Grayscale: #C9C9C9. Windows color (decimal): -1394233 or 13089258. OLE color: 13089258.

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

Color convert

RGB234185199-
CMYK00.210.150.08
HSL342.86º53.85%82.16%-
HSV(B)342.86º20.94%91.76%-
XYZ61.5956.3161.66-
YUV201.25126.73151.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=37.86%
G=29.94%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418519900.210.150.08342.8653.8582.16
HexEAB9C7015F81573652
Octal352271307025171052766122
Binary111010101011100111000111010101111110001010101111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9C7; }

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

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

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

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

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

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

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

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