#EAC5CC

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

Shades of Chantilly #EAC5CC

Tints of Chantilly #EAC5CC

Color information

#EAC5CC (or 0xEAC5CC) is unknown color: approx Chantilly. HEX triplet: EA, C5 and CC. RGB value is (234,197,204). Sum of RGB (Red+Green+Blue) = 234+197+204=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5CC is #153A33. Grayscale: #D0D0D0. Windows color (decimal): -1391156 or 13420010. OLE color: 13420010.

HSL color Cylindrical-coordinate representation of color #EAC5CC: hue angle of 348.65º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC5CC is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234197204-
CMYK00.160.130.08
HSL348.65º46.84%84.51%-
HSV(B)348.65º15.81%91.76%-
XYZ64.861.7865.64-
YUV208.86125.26145.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=36.85%
G=31.02%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419720400.160.130.08348.6546.8484.51
HexEAC5CC010D815d2f55
Octal352305314020151053557125
Binary111010101100010111001100010000110110001010111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5CC; }

 p { color: rgb(234,197,204); }

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

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

 a { background-color: rgb(234,197,204); }

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

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

 span { border-color: rgb(234,197,204); }

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