#DDB4BD

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

Shades of Melanie #DDB4BD

Tints of Melanie #DDB4BD

Color information

#DDB4BD (or 0xDDB4BD) is unknown color: approx Melanie. HEX triplet: DD, B4 and BD. RGB value is (221,180,189). Sum of RGB (Red+Green+Blue) = 221+180+189=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4BD is #224B42. Grayscale: #C1C1C1. Windows color (decimal): -2247491 or 12432605. OLE color: 12432605.

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

Color convert

RGB221180189-
CMYK00.190.140.13
HSL346.83º37.61%78.63%-
HSV(B)346.83º18.55%86.67%-
XYZ55.3351.6955.21-
YUV193.28125.58147.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=37.46%
G=30.51%
B=32.03%

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
Decimal22118018900.190.140.13346.8337.6178.63
HexDDB4BD013ED15b264f
Octal335264275023161553346117
Binary110111011011010010111101010011111011011010110111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4BD; }

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

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

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

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

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

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

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

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