#DDAAC1

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

Shades of Melanie #DDAAC1

Tints of Melanie #DDAAC1

Color information

#DDAAC1 (or 0xDDAAC1) is unknown color: approx Melanie. HEX triplet: DD, AA and C1. RGB value is (221,170,193). Sum of RGB (Red+Green+Blue) = 221+170+193=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC1 is #22553E. Grayscale: #BBBBBB. Windows color (decimal): -2250047 or 12692189. OLE color: 12692189.

HSL color Cylindrical-coordinate representation of color #DDAAC1: hue angle of 332.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAC1 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB221170193-
CMYK00.230.130.13
HSL332.94º42.86%76.67%-
HSV(B)332.94º23.08%86.67%-
XYZ53.8247.9756.87-
YUV187.87130.9151.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=37.84%
G=29.11%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117019300.230.130.13332.9442.8676.67
HexDDAAC1017DD14d2b4d
Octal335252301027151551553115
Binary110111011010101011000001010111110111011010011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAC1; }

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

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

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

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

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

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

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

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