#EAAEC5

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

Shades of Chantilly #EAAEC5

Tints of Chantilly #EAAEC5

Color information

#EAAEC5 (or 0xEAAEC5) is unknown color: approx Chantilly. HEX triplet: EA, AE and C5. RGB value is (234,174,197). Sum of RGB (Red+Green+Blue) = 234+174+197=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEC5 is #15513A. Grayscale: #C2C2C2. Windows color (decimal): -1397051 or 12955370. OLE color: 12955370.

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

Color convert

RGB234174197-
CMYK00.260.160.08
HSL337º58.82%80%-
HSV(B)337º25.64%91.76%-
XYZ59.1551.859.7-
YUV194.56129.38156.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=38.68%
G=28.76%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417419700.260.160.0833758.8280
HexEAAEC501A1081513b50
Octal352256305032201052173120
Binary1110101010101110110001010110101000010001010100011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEC5; }

 p { color: rgb(234,174,197); }

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

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

 a { background-color: rgb(234,174,197); }

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

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

 span { border-color: rgb(234,174,197); }

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