#DDAAC0

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

Shades of Melanie #DDAAC0

Tints of Melanie #DDAAC0

Color information

#DDAAC0 (or 0xDDAAC0) is unknown color: approx Melanie. HEX triplet: DD, AA and C0. RGB value is (221,170,192). Sum of RGB (Red+Green+Blue) = 221+170+192=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC0 is #22553F. Grayscale: #BBBBBB. Windows color (decimal): -2250048 or 12626653. OLE color: 12626653.

HSL color Cylindrical-coordinate representation of color #DDAAC0: hue angle of 334.12º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAC0 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB221170192-
CMYK00.230.130.13
HSL334.12º42.86%76.67%-
HSV(B)334.12º23.08%86.67%-
XYZ53.7147.9356.29-
YUV187.76130.4151.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=37.91%
G=29.16%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117019200.230.130.13334.1242.8676.67
HexDDAAC0017DD14e2b4d
Octal335252300027151551653115
Binary110111011010101011000000010111110111011010011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAC0; }

 p { color: rgb(221,170,192); }

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

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

 a { background-color: rgb(221,170,192); }

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

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

 span { border-color: rgb(221,170,192); }

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