#EABAC8

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

Shades of Chantilly #EABAC8

Tints of Chantilly #EABAC8

Color information

#EABAC8 (or 0xEABAC8) is unknown color: approx Chantilly. HEX triplet: EA, BA and C8. RGB value is (234,186,200). Sum of RGB (Red+Green+Blue) = 234+186+200=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAC8 is #154537. Grayscale: #C9C9C9. Windows color (decimal): -1393976 or 13155050. OLE color: 13155050.

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

Color convert

RGB234186200-
CMYK00.210.150.08
HSL342.5º53.33%82.35%-
HSV(B)342.5º20.51%91.76%-
XYZ61.9256.7862.34-
YUV201.95126.9150.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 200 (78.52% from 255) = 32.26%
R=37.74%
G=30%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418620000.210.150.08342.553.3382.35
HexEABAC8015F81563552
Octal352272310025171052665122
Binary111010101011101011001000010101111110001010101101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAC8; }

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

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

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

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

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

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

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

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