#EAB6C2

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

Shades of Chantilly #EAB6C2

Tints of Chantilly #EAB6C2

Color information

#EAB6C2 (or 0xEAB6C2) is unknown color: approx Chantilly. HEX triplet: EA, B6 and C2. RGB value is (234,182,194). Sum of RGB (Red+Green+Blue) = 234+182+194=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6C2 is #15493D. Grayscale: #C6C6C6. Windows color (decimal): -1395006 or 12760810. OLE color: 12760810.

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

Color convert

RGB234182194-
CMYK00.220.170.08
HSL346.15º55.32%81.57%-
HSV(B)346.15º22.22%91.76%-
XYZ60.454.8458.44-
YUV198.92125.23153.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=38.36%
G=29.84%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418219400.220.170.08346.1555.3281.57
HexEAB6C201611815a3752
Octal352266302026211053267122
Binary1110101010110110110000100101101000110001010110101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6C2; }

 p { color: rgb(234,182,194); }

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

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

 a { background-color: rgb(234,182,194); }

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

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

 span { border-color: rgb(234,182,194); }

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