#EAAEC1

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

Shades of Chantilly #EAAEC1

Tints of Chantilly #EAAEC1

Color information

#EAAEC1 (or 0xEAAEC1) is unknown color: approx Chantilly. HEX triplet: EA, AE and C1. RGB value is (234,174,193). Sum of RGB (Red+Green+Blue) = 234+174+193=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEC1 is #15513E. Grayscale: #C2C2C2. Windows color (decimal): -1397055 or 12693226. OLE color: 12693226.

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

Color convert

RGB234174193-
CMYK00.260.180.08
HSL341º58.82%80%-
HSV(B)341º25.64%91.76%-
XYZ58.6951.6157.32-
YUV194.11127.38156.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=38.94%
G=28.95%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417419300.260.180.0834158.8280
HexEAAEC101A1281553b50
Octal352256301032221052573120
Binary1110101010101110110000010110101001010001010101011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEC1; }

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

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

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

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

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

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

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

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