#EAC0D0

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

Shades of Chantilly #EAC0D0

Tints of Chantilly #EAC0D0

Color information

#EAC0D0 (or 0xEAC0D0) is unknown color: approx Chantilly. HEX triplet: EA, C0 and D0. RGB value is (234,192,208). Sum of RGB (Red+Green+Blue) = 234+192+208=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0D0 is #153F2F. Grayscale: #CECECE. Windows color (decimal): -1392432 or 13680874. OLE color: 13680874.

HSL color Cylindrical-coordinate representation of color #EAC0D0: hue angle of 337.14º degrees, saturation: 0.5, 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 #EAC0D0 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234192208-
CMYK00.180.110.08
HSL337.14º50%83.53%-
HSV(B)337.14º17.95%91.76%-
XYZ64.1759.7567.82-
YUV206.38128.91147.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=36.91%
G=30.28%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419220800.180.110.08337.145083.53
HexEAC0D0012B81513254
Octal352300320022131052162124
Binary111010101100000011010000010010101110001010100011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0D0; }

 p { color: rgb(234,192,208); }

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

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

 a { background-color: rgb(234,192,208); }

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

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

 span { border-color: rgb(234,192,208); }

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