#EAC2CC

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

Shades of Chantilly #EAC2CC

Tints of Chantilly #EAC2CC

Color information

#EAC2CC (or 0xEAC2CC) is unknown color: approx Chantilly. HEX triplet: EA, C2 and CC. RGB value is (234,194,204). Sum of RGB (Red+Green+Blue) = 234+194+204=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2CC is #153D33. Grayscale: #CFCFCF. Windows color (decimal): -1391924 or 13419242. OLE color: 13419242.

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

Color convert

RGB234194204-
CMYK00.170.130.08
HSL345º48.78%83.92%-
HSV(B)345º17.09%91.76%-
XYZ64.1260.4465.41-
YUV207.1126.25147.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=37.03%
G=30.70%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419420400.170.130.0834548.7883.92
HexEAC2CC011D81593154
Octal352302314021151053161124
Binary111010101100001011001100010001110110001010110011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2CC; }

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

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

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

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

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

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

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

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