#EAB4C3

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

Shades of Chantilly #EAB4C3

Tints of Chantilly #EAB4C3

Color information

#EAB4C3 (or 0xEAB4C3) is unknown color: approx Chantilly. HEX triplet: EA, B4 and C3. RGB value is (234,180,195). Sum of RGB (Red+Green+Blue) = 234+180+195=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4C3 is #154B3C. Grayscale: #C5C5C5. Windows color (decimal): -1395517 or 12825834. OLE color: 12825834.

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

Color convert

RGB234180195-
CMYK00.230.170.08
HSL343.33º56.25%81.18%-
HSV(B)343.33º23.08%91.76%-
XYZ60.154.0858.9-
YUV197.86126.39153.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 180 (70.70% from 255) = 29.56%
BLUE value IS 195 (76.56% from 255) = 32.02%
R=38.42%
G=29.56%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418019500.230.170.08343.3356.2581.18
HexEAB4C30171181573851
Octal352264303027211052770121
Binary1110101010110100110000110101111000110001010101111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4C3; }

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

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

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

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

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

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

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

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