#EABACF

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

Shades of Chantilly #EABACF

Tints of Chantilly #EABACF

Color information

#EABACF (or 0xEABACF) is unknown color: approx Chantilly. HEX triplet: EA, BA and CF. RGB value is (234,186,207). Sum of RGB (Red+Green+Blue) = 234+186+207=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EABACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABACF is #154530. Grayscale: #CACACA. Windows color (decimal): -1393969 or 13613802. OLE color: 13613802.

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

Color convert

RGB234186207-
CMYK00.210.120.08
HSL333.75º53.33%82.35%-
HSV(B)333.75º20.51%91.76%-
XYZ62.7557.1266.75-
YUV202.75130.4150.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=37.32%
G=29.67%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418620700.210.120.08333.7553.3382.35
HexEABACF015C814e3552
Octal352272317025141051665122
Binary111010101011101011001111010101110010001010011101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABACF; }

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

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

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

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

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

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

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

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