#DDACC1

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

Shades of Melanie #DDACC1

Tints of Melanie #DDACC1

Color information

#DDACC1 (or 0xDDACC1) is unknown color: approx Melanie. HEX triplet: DD, AC and C1. RGB value is (221,172,193). Sum of RGB (Red+Green+Blue) = 221+172+193=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC1 is #22533E. Grayscale: #BDBDBD. Windows color (decimal): -2249535 or 12692701. OLE color: 12692701.

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

Color convert

RGB221172193-
CMYK00.220.130.13
HSL334.29º41.88%77.06%-
HSV(B)334.29º22.17%86.67%-
XYZ54.248.7357-
YUV189.04130.23150.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=37.71%
G=29.35%
B=32.94%

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
Decimal22117219300.220.130.13334.2941.8877.06
HexDDACC1016DD14e2a4d
Octal335254301026151551652115
Binary110111011010110011000001010110110111011010011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACC1; }

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

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

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

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

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

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

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

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