#EAAFC7

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

Shades of Chantilly #EAAFC7

Tints of Chantilly #EAAFC7

Color information

#EAAFC7 (or 0xEAAFC7) is unknown color: approx Chantilly. HEX triplet: EA, AF and C7. RGB value is (234,175,199). Sum of RGB (Red+Green+Blue) = 234+175+199=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFC7 is #155038. Grayscale: #C3C3C3. Windows color (decimal): -1396793 or 13086698. OLE color: 13086698.

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

Color convert

RGB234175199-
CMYK00.250.150.08
HSL335.59º58.42%80.2%-
HSV(B)335.59º25.21%91.76%-
XYZ59.5752.2860.98-
YUV195.38130.05155.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=38.49%
G=28.78%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417519900.250.150.08335.5958.4280.2
HexEAAFC7019F81503a50
Octal352257307031171052072120
Binary111010101010111111000111011001111110001010100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFC7; }

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

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

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

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

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

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

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

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