#EAB7C6

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

Shades of Chantilly #EAB7C6

Tints of Chantilly #EAB7C6

Color information

#EAB7C6 (or 0xEAB7C6) is unknown color: approx Chantilly. HEX triplet: EA, B7 and C6. RGB value is (234,183,198). Sum of RGB (Red+Green+Blue) = 234+183+198=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7C6 is #154839. Grayscale: #C7C7C7. Windows color (decimal): -1394746 or 13023210. OLE color: 13023210.

HSL color Cylindrical-coordinate representation of color #EAB7C6: hue angle of 342.35º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7C6 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB234183198-
CMYK00.220.150.08
HSL342.35º54.84%81.76%-
HSV(B)342.35º21.79%91.76%-
XYZ61.0655.4460.91-
YUV199.96126.9152.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 198 (77.73% from 255) = 32.20%
R=38.05%
G=29.76%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418319800.220.150.08342.3554.8481.76
HexEAB7C6016F81563752
Octal352267306026171052667122
Binary111010101011011111000110010110111110001010101101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7C6; }

 p { color: rgb(234,183,198); }

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

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

 a { background-color: rgb(234,183,198); }

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

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

 span { border-color: rgb(234,183,198); }

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