#DDB3BD

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

Shades of Melanie #DDB3BD

Tints of Melanie #DDB3BD

Color information

#DDB3BD (or 0xDDB3BD) is unknown color: approx Melanie. HEX triplet: DD, B3 and BD. RGB value is (221,179,189). Sum of RGB (Red+Green+Blue) = 221+179+189=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BD is #224C42. Grayscale: #C0C0C0. Windows color (decimal): -2247747 or 12432349. OLE color: 12432349.

HSL color Cylindrical-coordinate representation of color #DDB3BD: hue angle of 345.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3BD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221179189-
CMYK00.190.140.13
HSL345.71º38.18%78.43%-
HSV(B)345.71º19%86.67%-
XYZ55.1251.2955.14-
YUV192.7125.91148.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 179 (70.31% from 255) = 30.39%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=37.52%
G=30.39%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117918900.190.140.13345.7138.1878.43
HexDDB3BD013ED15a264e
Octal335263275023161553246116
Binary110111011011001110111101010011111011011010110101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3BD; }

 p { color: rgb(221,179,189); }

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

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

 a { background-color: rgb(221,179,189); }

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

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

 span { border-color: rgb(221,179,189); }

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