#EABACD

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

Shades of Chantilly #EABACD

Tints of Chantilly #EABACD

Color information

#EABACD (or 0xEABACD) is unknown color: approx Chantilly. HEX triplet: EA, BA and CD. RGB value is (234,186,205). Sum of RGB (Red+Green+Blue) = 234+186+205=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EABACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABACD is #154532. Grayscale: #CACACA. Windows color (decimal): -1393971 or 13482730. OLE color: 13482730.

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

Color convert

RGB234186205-
CMYK00.210.120.08
HSL336.25º53.33%82.35%-
HSV(B)336.25º20.51%91.76%-
XYZ62.5157.0265.47-
YUV202.52129.4150.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=37.44%
G=29.76%
B=32.8%

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
Decimal23418620500.210.120.08336.2553.3382.35
HexEABACD015C81503552
Octal352272315025141052065122
Binary111010101011101011001101010101110010001010100001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABACD; }

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

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

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

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

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

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

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

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