#DBB4BD

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

Shades of Melanie #DBB4BD

Tints of Melanie #DBB4BD

Color information

#DBB4BD (or 0xDBB4BD) is unknown color: approx Melanie. HEX triplet: DB, B4 and BD. RGB value is (219,180,189). Sum of RGB (Red+Green+Blue) = 219+180+189=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4BD is #244B42. Grayscale: #C0C0C0. Windows color (decimal): -2378563 or 12432603. OLE color: 12432603.

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

Color convert

RGB219180189-
CMYK00.180.140.14
HSL346.15º35.14%78.24%-
HSV(B)346.15º17.81%85.88%-
XYZ54.7251.3855.18-
YUV192.69125.92146.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=37.24%
G=30.61%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918018900.180.140.14346.1535.1478.24
HexDBB4BD012EE15a234e
Octal333264275022161653243116
Binary110110111011010010111101010010111011101010110101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4BD; }

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

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

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

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

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

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

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

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