#EAC2CE

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

Shades of Chantilly #EAC2CE

Tints of Chantilly #EAC2CE

Color information

#EAC2CE (or 0xEAC2CE) is unknown color: approx Chantilly. HEX triplet: EA, C2 and CE. RGB value is (234,194,206). Sum of RGB (Red+Green+Blue) = 234+194+206=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2CE is #153D31. Grayscale: #CFCFCF. Windows color (decimal): -1391922 or 13550314. OLE color: 13550314.

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

Color convert

RGB234194206-
CMYK00.170.120.08
HSL342º48.78%83.92%-
HSV(B)342º17.09%91.76%-
XYZ64.3660.5366.68-
YUV207.33127.25147.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 194 (76.17% from 255) = 30.60%
BLUE value IS 206 (80.86% from 255) = 32.49%
R=36.91%
G=30.60%
B=32.49%

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
Decimal23419420600.170.120.0834248.7883.92
HexEAC2CE011C81563154
Octal352302316021141052661124
Binary111010101100001011001110010001110010001010101101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2CE; }

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

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

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

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

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

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

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

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