#EAB9CD

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

Shades of Chantilly #EAB9CD

Tints of Chantilly #EAB9CD

Color information

#EAB9CD (or 0xEAB9CD) is unknown color: approx Chantilly. HEX triplet: EA, B9 and CD. RGB value is (234,185,205). Sum of RGB (Red+Green+Blue) = 234+185+205=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9CD is #154632. Grayscale: #C9C9C9. Windows color (decimal): -1394227 or 13482474. OLE color: 13482474.

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

Color convert

RGB234185205-
CMYK00.210.120.08
HSL335.51º53.85%82.16%-
HSV(B)335.51º20.94%91.76%-
XYZ62.356.665.4-
YUV201.93129.73150.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=37.5%
G=29.65%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418520500.210.120.08335.5153.8582.16
HexEAB9CD015C81503652
Octal352271315025141052066122
Binary111010101011100111001101010101110010001010100001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9CD; }

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

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

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

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

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

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

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

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