#DBB8BF

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

Shades of Melanie #DBB8BF

Tints of Melanie #DBB8BF

Color information

#DBB8BF (or 0xDBB8BF) is unknown color: approx Melanie. HEX triplet: DB, B8 and BF. RGB value is (219,184,191). Sum of RGB (Red+Green+Blue) = 219+184+191=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8BF is #244740. Grayscale: #C3C3C3. Windows color (decimal): -2377537 or 12564699. OLE color: 12564699.

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

Color convert

RGB219184191-
CMYK00.160.130.14
HSL348º32.71%79.02%-
HSV(B)348º15.98%85.88%-
XYZ55.7653.156.6-
YUV195.26125.6144.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 184 (72.27% from 255) = 30.98%
BLUE value IS 191 (75% from 255) = 32.15%
R=36.87%
G=30.98%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918419100.160.130.1434832.7179.02
HexDBB8BF010DE15c214f
Octal333270277020151653441117
Binary110110111011100010111111010000110111101010111001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8BF; }

 p { color: rgb(219,184,191); }

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

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

 a { background-color: rgb(219,184,191); }

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

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

 span { border-color: rgb(219,184,191); }

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