#DBB6BD

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

Shades of Melanie #DBB6BD

Tints of Melanie #DBB6BD

Color information

#DBB6BD (or 0xDBB6BD) is unknown color: approx Melanie. HEX triplet: DB, B6 and BD. RGB value is (219,182,189). Sum of RGB (Red+Green+Blue) = 219+182+189=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BD is #244942. Grayscale: #C1C1C1. Windows color (decimal): -2378051 or 12433115. OLE color: 12433115.

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

Color convert

RGB219182189-
CMYK00.170.140.14
HSL348.65º33.94%78.63%-
HSV(B)348.65º16.89%85.88%-
XYZ55.1352.1955.31-
YUV193.86125.26145.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=37.12%
G=30.85%
B=32.03%

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
Decimal21918218900.170.140.14348.6533.9478.63
HexDBB6BD011EE15d224f
Octal333266275021161653542117
Binary110110111011011010111101010001111011101010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6BD; }

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

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

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

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

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

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

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

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