#EAAEC4

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

Shades of Chantilly #EAAEC4

Tints of Chantilly #EAAEC4

Color information

#EAAEC4 (or 0xEAAEC4) is unknown color: approx Chantilly. HEX triplet: EA, AE and C4. RGB value is (234,174,196). Sum of RGB (Red+Green+Blue) = 234+174+196=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEC4 is #15513B. Grayscale: #C2C2C2. Windows color (decimal): -1397052 or 12889834. OLE color: 12889834.

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

Color convert

RGB234174196-
CMYK00.260.160.08
HSL338º58.82%80%-
HSV(B)338º25.64%91.76%-
XYZ59.0351.7559.1-
YUV194.45128.88156.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 196 (76.95% from 255) = 32.45%
R=38.74%
G=28.81%
B=32.45%

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
Decimal23417419600.260.160.0833858.8280
HexEAAEC401A1081523b50
Octal352256304032201052273120
Binary1110101010101110110001000110101000010001010100101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEC4; }

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

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

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

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

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

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

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

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