#DBB3BD

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

Shades of Melanie #DBB3BD

Tints of Melanie #DBB3BD

Color information

#DBB3BD (or 0xDBB3BD) is unknown color: approx Melanie. HEX triplet: DB, B3 and BD. RGB value is (219,179,189). Sum of RGB (Red+Green+Blue) = 219+179+189=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3BD is #244C42. Grayscale: #C0C0C0. Windows color (decimal): -2378819 or 12432347. OLE color: 12432347.

HSL color Cylindrical-coordinate representation of color #DBB3BD: hue angle of 345º degrees, saturation: 0.36, 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 #DBB3BD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219179189-
CMYK00.180.140.14
HSL345º35.71%78.04%-
HSV(B)345º18.26%85.88%-
XYZ54.5250.9755.11-
YUV192.1126.25147.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=37.31%
G=30.49%
B=32.20%

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
Decimal21917918900.180.140.1434535.7178.04
HexDBB3BD012EE159244e
Octal333263275022161653144116
Binary110110111011001110111101010010111011101010110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3BD; }

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

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

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

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

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

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

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

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