#EABAC3

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

Shades of Chantilly #EABAC3

Tints of Chantilly #EABAC3

Color information

#EABAC3 (or 0xEABAC3) is unknown color: approx Chantilly. HEX triplet: EA, BA and C3. RGB value is (234,186,195). Sum of RGB (Red+Green+Blue) = 234+186+195=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAC3 is #15453C. Grayscale: #C9C9C9. Windows color (decimal): -1393981 or 12827370. OLE color: 12827370.

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

Color convert

RGB234186195-
CMYK00.210.170.08
HSL348.75º53.33%82.35%-
HSV(B)348.75º20.51%91.76%-
XYZ61.3456.5559.31-
YUV201.38124.4151.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 195 (76.56% from 255) = 31.71%
R=38.05%
G=30.24%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418619500.210.170.08348.7553.3382.35
HexEABAC301511815d3552
Octal352272303025211053565122
Binary1110101010111010110000110101011000110001010111011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAC3; }

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

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

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

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

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

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

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

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