#EAAFC0

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

Shades of Chantilly #EAAFC0

Tints of Chantilly #EAAFC0

Color information

#EAAFC0 (or 0xEAAFC0) is unknown color: approx Chantilly. HEX triplet: EA, AF and C0. RGB value is (234,175,192). Sum of RGB (Red+Green+Blue) = 234+175+192=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFC0 is #15503F. Grayscale: #C2C2C2. Windows color (decimal): -1396800 or 12627946. OLE color: 12627946.

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

Color convert

RGB234175192-
CMYK00.250.180.08
HSL342.71º58.42%80.2%-
HSV(B)342.71º25.21%91.76%-
XYZ58.7851.9656.8-
YUV194.58126.55156.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=38.94%
G=29.12%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417519200.250.180.08342.7158.4280.2
HexEAAFC00191281573a50
Octal352257300031221052772120
Binary1110101010101111110000000110011001010001010101111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFC0; }

 p { color: rgb(234,175,192); }

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

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

 a { background-color: rgb(234,175,192); }

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

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

 span { border-color: rgb(234,175,192); }

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