#EAACC8

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

Shades of Chantilly #EAACC8

Tints of Chantilly #EAACC8

Color information

#EAACC8 (or 0xEAACC8) is unknown color: approx Chantilly. HEX triplet: EA, AC and C8. RGB value is (234,172,200). Sum of RGB (Red+Green+Blue) = 234+172+200=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACC8 is #155337. Grayscale: #C1C1C1. Windows color (decimal): -1397560 or 13151466. OLE color: 13151466.

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

Color convert

RGB234172200-
CMYK00.260.150.08
HSL332.9º59.62%79.61%-
HSV(B)332.9º26.5%91.76%-
XYZ59.1151.1761.4-
YUV193.73131.54156.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=38.61%
G=28.38%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417220000.260.150.08332.959.6279.61
HexEAACC801AF814d3c50
Octal352254310032171051574120
Binary111010101010110011001000011010111110001010011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACC8; }

 p { color: rgb(234,172,200); }

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

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

 a { background-color: rgb(234,172,200); }

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

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

 span { border-color: rgb(234,172,200); }

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