#DBB6BE

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

Shades of Melanie #DBB6BE

Tints of Melanie #DBB6BE

Color information

#DBB6BE (or 0xDBB6BE) is unknown color: approx Melanie. HEX triplet: DB, B6 and BE. RGB value is (219,182,190). Sum of RGB (Red+Green+Blue) = 219+182+190=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BE is #244941. Grayscale: #C1C1C1. Windows color (decimal): -2378050 or 12498651. OLE color: 12498651.

HSL color Cylindrical-coordinate representation of color #DBB6BE: hue angle of 347.03º 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 #DBB6BE is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219182190-
CMYK00.170.130.14
HSL347.03º33.94%78.63%-
HSV(B)347.03º16.89%85.88%-
XYZ55.2452.2355.89-
YUV193.98125.76145.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=37.06%
G=30.80%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918219000.170.130.14347.0333.9478.63
HexDBB6BE011DE15b224f
Octal333266276021151653342117
Binary110110111011011010111110010001110111101010110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6BE; }

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

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

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

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

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

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

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

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