#EAAEBF

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

Shades of Chantilly #EAAEBF

Tints of Chantilly #EAAEBF

Color information

#EAAEBF (or 0xEAAEBF) is unknown color: approx Chantilly. HEX triplet: EA, AE and BF. RGB value is (234,174,191). Sum of RGB (Red+Green+Blue) = 234+174+191=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEBF is #155140. Grayscale: #C1C1C1. Windows color (decimal): -1397057 or 12562154. OLE color: 12562154.

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

Color convert

RGB234174191-
CMYK00.260.180.08
HSL343º58.82%80%-
HSV(B)343º25.64%91.76%-
XYZ58.4751.5356.15-
YUV193.88126.38156.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 191 (75% from 255) = 31.89%
R=39.07%
G=29.05%
B=31.89%

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
Decimal23417419100.260.180.0834358.8280
HexEAAEBF01A1281573b50
Octal352256277032221052773120
Binary1110101010101110101111110110101001010001010101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEBF; }

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

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

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

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

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

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

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

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