#EABEC9

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

Shades of Chantilly #EABEC9

Tints of Chantilly #EABEC9

Color information

#EABEC9 (or 0xEABEC9) is unknown color: approx Chantilly. HEX triplet: EA, BE and C9. RGB value is (234,190,201). Sum of RGB (Red+Green+Blue) = 234+190+201=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC9 is #154136. Grayscale: #CCCCCC. Windows color (decimal): -1392951 or 13221610. OLE color: 13221610.

HSL color Cylindrical-coordinate representation of color #EABEC9: hue angle of 345º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEC9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234190201-
CMYK00.190.140.08
HSL345º51.16%83.14%-
HSV(B)345º18.8%91.76%-
XYZ62.8958.5463.24-
YUV204.41126.08149.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 201 (78.91% from 255) = 32.16%
R=37.44%
G=30.4%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419020100.190.140.0834551.1683.14
HexEABEC9013E81593353
Octal352276311023161053163123
Binary111010101011111011001001010011111010001010110011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEC9; }

 p { color: rgb(234,190,201); }

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

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

 a { background-color: rgb(234,190,201); }

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

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

 span { border-color: rgb(234,190,201); }

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