#EAC1CD

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

Shades of Chantilly #EAC1CD

Tints of Chantilly #EAC1CD

Color information

#EAC1CD (or 0xEAC1CD) is unknown color: approx Chantilly. HEX triplet: EA, C1 and CD. RGB value is (234,193,205). Sum of RGB (Red+Green+Blue) = 234+193+205=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1CD is #153E32. Grayscale: #CECECE. Windows color (decimal): -1392179 or 13484522. OLE color: 13484522.

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

Color convert

RGB234193205-
CMYK00.180.120.08
HSL342.44º49.4%83.73%-
HSV(B)342.44º17.52%91.76%-
XYZ64.0260.0465.97-
YUV206.63127.08147.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=37.03%
G=30.54%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419320500.180.120.08342.4449.483.73
HexEAC1CD012C81563154
Octal352301315022141052661124
Binary111010101100000111001101010010110010001010101101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1CD; }

 p { color: rgb(234,193,205); }

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

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

 a { background-color: rgb(234,193,205); }

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

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

 span { border-color: rgb(234,193,205); }

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