#DDACC4

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

Shades of Melanie #DDACC4

Tints of Melanie #DDACC4

Color information

#DDACC4 (or 0xDDACC4) is unknown color: approx Melanie. HEX triplet: DD, AC and C4. RGB value is (221,172,196). Sum of RGB (Red+Green+Blue) = 221+172+196=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC4 is #22533B. Grayscale: #BDBDBD. Windows color (decimal): -2249532 or 12889309. OLE color: 12889309.

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

Color convert

RGB221172196-
CMYK00.220.110.13
HSL330.61º41.88%77.06%-
HSV(B)330.61º22.17%86.67%-
XYZ54.5448.8658.78-
YUV189.39131.73150.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=37.52%
G=29.20%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117219600.220.110.13330.6141.8877.06
HexDDACC4016BD14b2a4d
Octal335254304026131551352115
Binary110111011010110011000100010110101111011010010111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACC4; }

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

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

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

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

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

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

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

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