#EAC4CF

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

Shades of Chantilly #EAC4CF

Tints of Chantilly #EAC4CF

Color information

#EAC4CF (or 0xEAC4CF) is unknown color: approx Chantilly. HEX triplet: EA, C4 and CF. RGB value is (234,196,207). Sum of RGB (Red+Green+Blue) = 234+196+207=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4CF is #153B30. Grayscale: #D0D0D0. Windows color (decimal): -1391409 or 13616362. OLE color: 13616362.

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

Color convert

RGB234196207-
CMYK00.160.120.08
HSL342.63º47.5%84.31%-
HSV(B)342.63º16.24%91.76%-
XYZ64.9361.4867.48-
YUV208.62127.09146.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=36.73%
G=30.77%
B=32.50%

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
Decimal23419620700.160.120.08342.6347.584.31
HexEAC4CF010C81573054
Octal352304317020141052760124
Binary111010101100010011001111010000110010001010101111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4CF; }

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

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

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

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

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

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

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

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