#DDACC2

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

Shades of Melanie #DDACC2

Tints of Melanie #DDACC2

Color information

#DDACC2 (or 0xDDACC2) is unknown color: approx Melanie. HEX triplet: DD, AC and C2. RGB value is (221,172,194). Sum of RGB (Red+Green+Blue) = 221+172+194=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC2 is #22533D. Grayscale: #BDBDBD. Windows color (decimal): -2249534 or 12758237. OLE color: 12758237.

HSL color Cylindrical-coordinate representation of color #DDACC2: hue angle of 333.06º 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 #DDACC2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB221172194-
CMYK00.220.120.13
HSL333.06º41.88%77.06%-
HSV(B)333.06º22.17%86.67%-
XYZ54.3148.7757.59-
YUV189.16130.73150.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=37.65%
G=29.30%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117219400.220.120.13333.0641.8877.06
HexDDACC2016CD14d2a4d
Octal335254302026141551552115
Binary110111011010110011000010010110110011011010011011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACC2; }

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

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

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

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

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

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

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

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