#EAC4CE

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

Shades of Chantilly #EAC4CE

Tints of Chantilly #EAC4CE

Color information

#EAC4CE (or 0xEAC4CE) is unknown color: approx Chantilly. HEX triplet: EA, C4 and CE. RGB value is (234,196,206). Sum of RGB (Red+Green+Blue) = 234+196+206=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4CE is #153B31. Grayscale: #D0D0D0. Windows color (decimal): -1391410 or 13550826. OLE color: 13550826.

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

Color convert

RGB234196206-
CMYK00.160.120.08
HSL344.21º47.5%84.31%-
HSV(B)344.21º16.24%91.76%-
XYZ64.8161.4366.83-
YUV208.5126.59146.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=36.79%
G=30.82%
B=32.39%

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
Decimal23419620600.160.120.08344.2147.584.31
HexEAC4CE010C81583054
Octal352304316020141053060124
Binary111010101100010011001110010000110010001010110001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4CE; }

 p { color: rgb(234,196,206); }

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

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

 a { background-color: rgb(234,196,206); }

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

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

 span { border-color: rgb(234,196,206); }

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