#EAB2C3

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

Shades of Chantilly #EAB2C3

Tints of Chantilly #EAB2C3

Color information

#EAB2C3 (or 0xEAB2C3) is unknown color: approx Chantilly. HEX triplet: EA, B2 and C3. RGB value is (234,178,195). Sum of RGB (Red+Green+Blue) = 234+178+195=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2C3 is #154D3C. Grayscale: #C4C4C4. Windows color (decimal): -1396029 or 12825322. OLE color: 12825322.

HSL color Cylindrical-coordinate representation of color #EAB2C3: hue angle of 341.79º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2C3 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234178195-
CMYK00.240.170.08
HSL341.79º57.14%80.78%-
HSV(B)341.79º23.93%91.76%-
XYZ59.753.2758.77-
YUV196.68127.05154.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=38.55%
G=29.32%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417819500.240.170.08341.7957.1480.78
HexEAB2C30181181563951
Octal352262303030211052671121
Binary1110101010110010110000110110001000110001010101101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2C3; }

 p { color: rgb(234,178,195); }

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

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

 a { background-color: rgb(234,178,195); }

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

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

 span { border-color: rgb(234,178,195); }

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