#EABEC4

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

Shades of Chantilly #EABEC4

Tints of Chantilly #EABEC4

Color information

#EABEC4 (or 0xEABEC4) is unknown color: approx Chantilly. HEX triplet: EA, BE and C4. RGB value is (234,190,196). Sum of RGB (Red+Green+Blue) = 234+190+196=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC4 is #15413B. Grayscale: #CBCBCB. Windows color (decimal): -1392956 or 12893930. OLE color: 12893930.

HSL color Cylindrical-coordinate representation of color #EABEC4: hue angle of 351.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEC4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234190196-
CMYK00.190.160.08
HSL351.82º51.16%83.14%-
HSV(B)351.82º18.8%91.76%-
XYZ62.3158.360.19-
YUV203.84123.58149.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=37.74%
G=30.65%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419019600.190.160.08351.8251.1683.14
HexEABEC40131081603353
Octal352276304023201054063123
Binary1110101010111110110001000100111000010001011000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEC4; }

 p { color: rgb(234,190,196); }

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

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

 a { background-color: rgb(234,190,196); }

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

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

 span { border-color: rgb(234,190,196); }

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