#DCAABF

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

Shades of Melanie #DCAABF

Tints of Melanie #DCAABF

Color information

#DCAABF (or 0xDCAABF) is unknown color: approx Melanie. HEX triplet: DC, AA and BF. RGB value is (220,170,191). Sum of RGB (Red+Green+Blue) = 220+170+191=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAABF is #235540. Grayscale: #BBBBBB. Windows color (decimal): -2315585 or 12561116. OLE color: 12561116.

HSL color Cylindrical-coordinate representation of color #DCAABF: hue angle of 334.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 #DCAABF is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB220170191-
CMYK00.230.130.14
HSL334.8º41.67%76.47%-
HSV(B)334.8º22.73%86.27%-
XYZ53.2947.7355.69-
YUV187.34130.06151.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 191 (75% from 255) = 32.87%
R=37.87%
G=29.26%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017019100.230.130.14334.841.6776.47
HexDCAABF017DE14f2a4c
Octal334252277027151651752114
Binary110111001010101010111111010111110111101010011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAABF; }

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

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

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

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

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

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

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

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