#DDAABE

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

Shades of Melanie #DDAABE

Tints of Melanie #DDAABE

Color information

#DDAABE (or 0xDDAABE) is unknown color: approx Melanie. HEX triplet: DD, AA and BE. RGB value is (221,170,190). Sum of RGB (Red+Green+Blue) = 221+170+190=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAABE is #225541. Grayscale: #BBBBBB. Windows color (decimal): -2250050 or 12495581. OLE color: 12495581.

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

Color convert

RGB221170190-
CMYK00.230.140.13
HSL336.47º42.86%76.67%-
HSV(B)336.47º23.08%86.67%-
XYZ53.4947.8455.13-
YUV187.53129.4151.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=38.04%
G=29.26%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117019000.230.140.13336.4742.8676.67
HexDDAABE017ED1502b4d
Octal335252276027161552053115
Binary110111011010101010111110010111111011011010100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAABE; }

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

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

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

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

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

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

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

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