#DDAABB

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

Shades of Melanie #DDAABB

Tints of Melanie #DDAABB

Color information

#DDAABB (or 0xDDAABB) is unknown color: approx Melanie. HEX triplet: DD, AA and BB. RGB value is (221,170,187). Sum of RGB (Red+Green+Blue) = 221+170+187=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAABB is #225544. Grayscale: #BBBBBB. Windows color (decimal): -2250053 or 12298973. OLE color: 12298973.

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

Color convert

RGB221170187-
CMYK00.230.150.13
HSL340º42.86%76.67%-
HSV(B)340º23.08%86.67%-
XYZ53.1647.7153.42-
YUV187.19127.9152.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=38.24%
G=29.41%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117018700.230.150.1334042.8676.67
HexDDAABB017FD1542b4d
Octal335252273027171552453115
Binary110111011010101010111011010111111111011010101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAABB; }

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

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

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

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

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

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

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

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