#DDB5BD

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

Shades of Melanie #DDB5BD

Tints of Melanie #DDB5BD

Color information

#DDB5BD (or 0xDDB5BD) is unknown color: approx Melanie. HEX triplet: DD, B5 and BD. RGB value is (221,181,189). Sum of RGB (Red+Green+Blue) = 221+181+189=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BD is #224A42. Grayscale: #C1C1C1. Windows color (decimal): -2247235 or 12432861. OLE color: 12432861.

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

Color convert

RGB221181189-
CMYK00.180.140.13
HSL348º37.04%78.82%-
HSV(B)348º18.1%86.67%-
XYZ55.5352.0955.27-
YUV193.87125.25147.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=37.39%
G=30.63%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118118900.180.140.1334837.0478.82
HexDDB5BD012ED15c254f
Octal335265275022161553445117
Binary110111011011010110111101010010111011011010111001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5BD; }

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

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

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

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

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

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

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

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