#EAC5CD

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

Shades of Chantilly #EAC5CD

Tints of Chantilly #EAC5CD

Color information

#EAC5CD (or 0xEAC5CD) is unknown color: approx Chantilly. HEX triplet: EA, C5 and CD. RGB value is (234,197,205). Sum of RGB (Red+Green+Blue) = 234+197+205=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5CD is #153A32. Grayscale: #D0D0D0. Windows color (decimal): -1391155 or 13485546. OLE color: 13485546.

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

Color convert

RGB234197205-
CMYK00.160.120.08
HSL347.03º46.84%84.51%-
HSV(B)347.03º15.81%91.76%-
XYZ64.9261.8366.27-
YUV208.98125.76145.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=36.79%
G=30.97%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419720500.160.120.08347.0346.8484.51
HexEAC5CD010C815b2f55
Octal352305315020141053357125
Binary111010101100010111001101010000110010001010110111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5CD; }

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

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

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

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

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

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

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

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