#DBB5BD

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

Shades of Melanie #DBB5BD

Tints of Melanie #DBB5BD

Color information

#DBB5BD (or 0xDBB5BD) is unknown color: approx Melanie. HEX triplet: DB, B5 and BD. RGB value is (219,181,189). Sum of RGB (Red+Green+Blue) = 219+181+189=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5BD is #244A42. Grayscale: #C1C1C1. Windows color (decimal): -2378307 or 12432859. OLE color: 12432859.

HSL color Cylindrical-coordinate representation of color #DBB5BD: hue angle of 347.37º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5BD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219181189-
CMYK00.170.140.14
HSL347.37º34.55%78.43%-
HSV(B)347.37º17.35%85.88%-
XYZ54.9251.7855.24-
YUV193.27125.59146.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=37.18%
G=30.73%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918118900.170.140.14347.3734.5578.43
HexDBB5BD011EE15b234e
Octal333265275021161653343116
Binary110110111011010110111101010001111011101010110111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5BD; }

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

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

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

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

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

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

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

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