#E8ACC2

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

Shades of Chantilly #E8ACC2

Tints of Chantilly #E8ACC2

Color information

#E8ACC2 (or 0xE8ACC2) is unknown color: approx Chantilly. HEX triplet: E8, AC and C2. RGB value is (232,172,194). Sum of RGB (Red+Green+Blue) = 232+172+194=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACC2 is #17533D. Grayscale: #C0C0C0. Windows color (decimal): -1528638 or 12758248. OLE color: 12758248.

HSL color Cylindrical-coordinate representation of color #E8ACC2: hue angle of 338º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ACC2 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB232172194-
CMYK00.260.160.09
HSL338º56.6%79.22%-
HSV(B)338º25.86%90.98%-
XYZ57.7750.5657.75-
YUV192.45128.88156.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 194 (76.17% from 255) = 32.44%
R=38.80%
G=28.76%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217219400.260.160.0933856.679.22
HexE8ACC201A109152394f
Octal350254302032201152271117
Binary1110100010101100110000100110101000010011010100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACC2; }

 p { color: rgb(232,172,194); }

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

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

 a { background-color: rgb(232,172,194); }

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

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

 span { border-color: rgb(232,172,194); }

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