#DDABBA

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

Shades of Melanie #DDABBA

Tints of Melanie #DDABBA

Color information

#DDABBA (or 0xDDABBA) is unknown color: approx Melanie. HEX triplet: DD, AB and BA. RGB value is (221,171,186). Sum of RGB (Red+Green+Blue) = 221+171+186=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABBA is #225445. Grayscale: #BBBBBB. Windows color (decimal): -2249798 or 12233693. OLE color: 12233693.

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

Color convert

RGB221171186-
CMYK00.230.160.13
HSL342º42.37%76.86%-
HSV(B)342º22.62%86.67%-
XYZ53.2448.0452.92-
YUV187.66127.06151.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=38.24%
G=29.58%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117118600.230.160.1334242.3776.86
HexDDABBA01710D1562a4d
Octal335253272027201552652115
Binary1101110110101011101110100101111000011011010101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABBA; }

 p { color: rgb(221,171,186); }

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

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

 a { background-color: rgb(221,171,186); }

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

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

 span { border-color: rgb(221,171,186); }

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