#EABACC

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

Shades of Chantilly #EABACC

Tints of Chantilly #EABACC

Color information

#EABACC (or 0xEABACC) is unknown color: approx Chantilly. HEX triplet: EA, BA and CC. RGB value is (234,186,204). Sum of RGB (Red+Green+Blue) = 234+186+204=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EABACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABACC is #154533. Grayscale: #CACACA. Windows color (decimal): -1393972 or 13417194. OLE color: 13417194.

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

Color convert

RGB234186204-
CMYK00.210.130.08
HSL337.5º53.33%82.35%-
HSV(B)337.5º20.51%91.76%-
XYZ62.3956.9764.83-
YUV202.4128.9150.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=37.5%
G=29.81%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418620400.210.130.08337.553.3382.35
HexEABACC015D81523552
Octal352272314025151052265122
Binary111010101011101011001100010101110110001010100101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABACC; }

 p { color: rgb(234,186,204); }

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

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

 a { background-color: rgb(234,186,204); }

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

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

 span { border-color: rgb(234,186,204); }

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