#DCAEC0

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

Shades of Melanie #DCAEC0

Tints of Melanie #DCAEC0

Color information

#DCAEC0 (or 0xDCAEC0) is unknown color: approx Melanie. HEX triplet: DC, AE and C0. RGB value is (220,174,192). Sum of RGB (Red+Green+Blue) = 220+174+192=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC0 is #23513F. Grayscale: #BDBDBD. Windows color (decimal): -2314560 or 12627676. OLE color: 12627676.

HSL color Cylindrical-coordinate representation of color #DCAEC0: hue angle of 336.52º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEC0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB220174192-
CMYK00.210.130.14
HSL336.52º39.66%77.25%-
HSV(B)336.52º20.91%86.27%-
XYZ54.1749.2956.53-
YUV189.81129.24149.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=37.54%
G=29.69%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017419200.210.130.14336.5239.6677.25
HexDCAEC0015DE151284d
Octal334256300025151652150115
Binary110111001010111011000000010101110111101010100011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEC0; }

 p { color: rgb(220,174,192); }

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

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

 a { background-color: rgb(220,174,192); }

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

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

 span { border-color: rgb(220,174,192); }

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