#EAC2CA

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

Shades of Chantilly #EAC2CA

Tints of Chantilly #EAC2CA

Color information

#EAC2CA (or 0xEAC2CA) is unknown color: approx Chantilly. HEX triplet: EA, C2 and CA. RGB value is (234,194,202). Sum of RGB (Red+Green+Blue) = 234+194+202=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2CA is #153D35. Grayscale: #CECECE. Windows color (decimal): -1391926 or 13288170. OLE color: 13288170.

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

Color convert

RGB234194202-
CMYK00.170.140.08
HSL348º48.78%83.92%-
HSV(B)348º17.09%91.76%-
XYZ63.8860.3464.16-
YUV206.87125.25147.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=37.14%
G=30.79%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419420200.170.140.0834848.7883.92
HexEAC2CA011E815c3154
Octal352302312021161053461124
Binary111010101100001011001010010001111010001010111001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2CA; }

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

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

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

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

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

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

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

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