#EAC2CF

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

Shades of Chantilly #EAC2CF

Tints of Chantilly #EAC2CF

Color information

#EAC2CF (or 0xEAC2CF) is unknown color: approx Chantilly. HEX triplet: EA, C2 and CF. RGB value is (234,194,207). Sum of RGB (Red+Green+Blue) = 234+194+207=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2CF is #153D30. Grayscale: #CFCFCF. Windows color (decimal): -1391921 or 13615850. OLE color: 13615850.

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

Color convert

RGB234194207-
CMYK00.170.120.08
HSL340.5º48.78%83.92%-
HSV(B)340.5º17.09%91.76%-
XYZ64.4960.5867.33-
YUV207.44127.75146.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 194 (76.17% from 255) = 30.55%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=36.85%
G=30.55%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419420700.170.120.08340.548.7883.92
HexEAC2CF011C81543154
Octal352302317021141052461124
Binary111010101100001011001111010001110010001010101001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2CF; }

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

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

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

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

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

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

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

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