#EAB9CA

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

Shades of Chantilly #EAB9CA

Tints of Chantilly #EAB9CA

Color information

#EAB9CA (or 0xEAB9CA) is unknown color: approx Chantilly. HEX triplet: EA, B9 and CA. RGB value is (234,185,202). Sum of RGB (Red+Green+Blue) = 234+185+202=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9CA is #154635. Grayscale: #C9C9C9. Windows color (decimal): -1394230 or 13285866. OLE color: 13285866.

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

Color convert

RGB234185202-
CMYK00.210.140.08
HSL339.18º53.85%82.16%-
HSV(B)339.18º20.94%91.76%-
XYZ61.9456.4563.51-
YUV201.59128.23151.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=37.68%
G=29.79%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418520200.210.140.08339.1853.8582.16
HexEAB9CA015E81533652
Octal352271312025161052366122
Binary111010101011100111001010010101111010001010100111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9CA; }

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

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

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

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

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

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

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

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