#EAC4CC

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

Shades of Chantilly #EAC4CC

Tints of Chantilly #EAC4CC

Color information

#EAC4CC (or 0xEAC4CC) is unknown color: approx Chantilly. HEX triplet: EA, C4 and CC. RGB value is (234,196,204). Sum of RGB (Red+Green+Blue) = 234+196+204=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4CC is #153B33. Grayscale: #D0D0D0. Windows color (decimal): -1391412 or 13419754. OLE color: 13419754.

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

Color convert

RGB234196204-
CMYK00.160.130.08
HSL347.37º47.5%84.31%-
HSV(B)347.37º16.24%91.76%-
XYZ64.5761.3365.56-
YUV208.27125.59146.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=36.91%
G=30.91%
B=32.18%

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
Decimal23419620400.160.130.08347.3747.584.31
HexEAC4CC010D815b3054
Octal352304314020151053360124
Binary111010101100010011001100010000110110001010110111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4CC; }

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

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

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

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

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

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

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

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