#EAB2BF

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

Shades of Chantilly #EAB2BF

Tints of Chantilly #EAB2BF

Color information

#EAB2BF (or 0xEAB2BF) is unknown color: approx Chantilly. HEX triplet: EA, B2 and BF. RGB value is (234,178,191). Sum of RGB (Red+Green+Blue) = 234+178+191=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2BF is #154D40. Grayscale: #C4C4C4. Windows color (decimal): -1396033 or 12563178. OLE color: 12563178.

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

Color convert

RGB234178191-
CMYK00.240.180.08
HSL346.07º57.14%80.78%-
HSV(B)346.07º23.93%91.76%-
XYZ59.2653.0956.42-
YUV196.23125.05154.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 191 (75% from 255) = 31.67%
R=38.81%
G=29.52%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417819100.240.180.08346.0757.1480.78
HexEAB2BF01812815a3951
Octal352262277030221053271121
Binary1110101010110010101111110110001001010001010110101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2BF; }

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

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

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

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

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

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

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

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