#DDACC0

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

Shades of Melanie #DDACC0

Tints of Melanie #DDACC0

Color information

#DDACC0 (or 0xDDACC0) is unknown color: approx Melanie. HEX triplet: DD, AC and C0. RGB value is (221,172,192). Sum of RGB (Red+Green+Blue) = 221+172+192=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC0 is #22533F. Grayscale: #BCBCBC. Windows color (decimal): -2249536 or 12627165. OLE color: 12627165.

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

Color convert

RGB221172192-
CMYK00.220.130.13
HSL335.51º41.88%77.06%-
HSV(B)335.51º22.17%86.67%-
XYZ54.0948.6856.42-
YUV188.93129.73150.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=37.78%
G=29.40%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117219200.220.130.13335.5141.8877.06
HexDDACC0016DD1502a4d
Octal335254300026151552052115
Binary110111011010110011000000010110110111011010100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACC0; }

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

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

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

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

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

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

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

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