#DDACBD

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

Shades of Melanie #DDACBD

Tints of Melanie #DDACBD

Color information

#DDACBD (or 0xDDACBD) is unknown color: approx Melanie. HEX triplet: DD, AC and BD. RGB value is (221,172,189). Sum of RGB (Red+Green+Blue) = 221+172+189=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACBD is #225342. Grayscale: #BCBCBC. Windows color (decimal): -2249539 or 12430557. OLE color: 12430557.

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

Color convert

RGB221172189-
CMYK00.220.140.13
HSL339.18º41.88%77.06%-
HSV(B)339.18º22.17%86.67%-
XYZ53.7648.5554.68-
YUV188.59128.23151.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=37.97%
G=29.55%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117218900.220.140.13339.1841.8877.06
HexDDACBD016ED1532a4d
Octal335254275026161552352115
Binary110111011010110010111101010110111011011010100111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACBD; }

 p { color: rgb(221,172,189); }

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

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

 a { background-color: rgb(221,172,189); }

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

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

 span { border-color: rgb(221,172,189); }

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