#DBB4BE

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

Shades of Melanie #DBB4BE

Tints of Melanie #DBB4BE

Color information

#DBB4BE (or 0xDBB4BE) is unknown color: approx Melanie. HEX triplet: DB, B4 and BE. RGB value is (219,180,190). Sum of RGB (Red+Green+Blue) = 219+180+190=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4BE is #244B41. Grayscale: #C0C0C0. Windows color (decimal): -2378562 or 12498139. OLE color: 12498139.

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

Color convert

RGB219180190-
CMYK00.180.130.14
HSL344.62º35.14%78.24%-
HSV(B)344.62º17.81%85.88%-
XYZ54.8351.4255.75-
YUV192.8126.42146.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=37.18%
G=30.56%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918019000.180.130.14344.6235.1478.24
HexDBB4BE012DE159234e
Octal333264276022151653143116
Binary110110111011010010111110010010110111101010110011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4BE; }

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

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

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

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

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

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

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

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