#DDACC3

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

Shades of Melanie #DDACC3

Tints of Melanie #DDACC3

Color information

#DDACC3 (or 0xDDACC3) is unknown color: approx Melanie. HEX triplet: DD, AC and C3. RGB value is (221,172,195). Sum of RGB (Red+Green+Blue) = 221+172+195=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC3 is #22533C. Grayscale: #BDBDBD. Windows color (decimal): -2249533 or 12823773. OLE color: 12823773.

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

Color convert

RGB221172195-
CMYK00.220.120.13
HSL331.84º41.88%77.06%-
HSV(B)331.84º22.17%86.67%-
XYZ54.4248.8258.18-
YUV189.27131.23150.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=37.59%
G=29.25%
B=33.16%

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
Decimal22117219500.220.120.13331.8441.8877.06
HexDDACC3016CD14c2a4d
Octal335254303026141551452115
Binary110111011010110011000011010110110011011010011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACC3; }

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

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

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

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

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

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

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

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