#EABCC9

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

Shades of Chantilly #EABCC9

Tints of Chantilly #EABCC9

Color information

#EABCC9 (or 0xEABCC9) is unknown color: approx Chantilly. HEX triplet: EA, BC and C9. RGB value is (234,188,201). Sum of RGB (Red+Green+Blue) = 234+188+201=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC9 is #154336. Grayscale: #CBCBCB. Windows color (decimal): -1393463 or 13221098. OLE color: 13221098.

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

Color convert

RGB234188201-
CMYK00.200.140.08
HSL343.04º52.27%82.75%-
HSV(B)343.04º19.66%91.76%-
XYZ62.4657.6863.1-
YUV203.24126.74149.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=37.56%
G=30.18%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418820100.200.140.08343.0452.2782.75
HexEABCC9014E81573453
Octal352274311024161052764123
Binary111010101011110011001001010100111010001010101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCC9; }

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

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

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

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

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

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

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

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