#DDABBC

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

Shades of Melanie #DDABBC

Tints of Melanie #DDABBC

Color information

#DDABBC (or 0xDDABBC) is unknown color: approx Melanie. HEX triplet: DD, AB and BC. RGB value is (221,171,188). Sum of RGB (Red+Green+Blue) = 221+171+188=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABBC is #225443. Grayscale: #BBBBBB. Windows color (decimal): -2249796 or 12364765. OLE color: 12364765.

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

Color convert

RGB221171188-
CMYK00.230.150.13
HSL339.6º42.37%76.86%-
HSV(B)339.6º22.62%86.67%-
XYZ53.4648.1354.05-
YUV187.89128.06151.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=38.10%
G=29.48%
B=32.41%

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
Decimal22117118800.230.150.13339.642.3776.86
HexDDABBC017FD1542a4d
Octal335253274027171552452115
Binary110111011010101110111100010111111111011010101001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABBC; }

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

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

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

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

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

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

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

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