#DCAABA

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

Shades of Melanie #DCAABA

Tints of Melanie #DCAABA

Color information

#DCAABA (or 0xDCAABA) is unknown color: approx Melanie. HEX triplet: DC, AA and BA. RGB value is (220,170,186). Sum of RGB (Red+Green+Blue) = 220+170+186=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAABA is #235545. Grayscale: #BABABA. Windows color (decimal): -2315590 or 12233436. OLE color: 12233436.

HSL color Cylindrical-coordinate representation of color #DCAABA: hue angle of 340.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAABA is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220170186-
CMYK00.230.150.14
HSL340.8º41.67%76.47%-
HSV(B)340.8º22.73%86.27%-
XYZ52.7547.5152.84-
YUV186.77127.56151.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=38.19%
G=29.51%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017018600.230.150.14340.841.6776.47
HexDCAABA017FE1552a4c
Octal334252272027171652552114
Binary110111001010101010111010010111111111101010101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAABA; }

 p { color: rgb(220,170,186); }

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

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

 a { background-color: rgb(220,170,186); }

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

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

 span { border-color: rgb(220,170,186); }

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