#DDB1BD

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

Shades of Melanie #DDB1BD

Tints of Melanie #DDB1BD

Color information

#DDB1BD (or 0xDDB1BD) is unknown color: approx Melanie. HEX triplet: DD, B1 and BD. RGB value is (221,177,189). Sum of RGB (Red+Green+Blue) = 221+177+189=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BD is #224E42. Grayscale: #BFBFBF. Windows color (decimal): -2248259 or 12431837. OLE color: 12431837.

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

Color convert

RGB221177189-
CMYK00.200.140.13
HSL343.64º39.29%78.04%-
HSV(B)343.64º19.91%86.67%-
XYZ54.7350.4955.01-
YUV191.52126.58149.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=37.65%
G=30.15%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117718900.200.140.13343.6439.2978.04
HexDDB1BD014ED158274e
Octal335261275024161553047116
Binary110111011011000110111101010100111011011010110001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1BD; }

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

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

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

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

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

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

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

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