#DBB8BE

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

Shades of Melanie #DBB8BE

Tints of Melanie #DBB8BE

Color information

#DBB8BE (or 0xDBB8BE) is unknown color: approx Melanie. HEX triplet: DB, B8 and BE. RGB value is (219,184,190). Sum of RGB (Red+Green+Blue) = 219+184+190=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8BE is #244741. Grayscale: #C3C3C3. Windows color (decimal): -2377538 or 12499163. OLE color: 12499163.

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

Color convert

RGB219184190-
CMYK00.160.130.14
HSL349.71º32.71%79.02%-
HSV(B)349.71º15.98%85.88%-
XYZ55.6553.0656.02-
YUV195.15125.1145.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=36.93%
G=31.03%
B=32.04%

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
Decimal21918419000.160.130.14349.7132.7179.02
HexDBB8BE010DE15e214f
Octal333270276020151653641117
Binary110110111011100010111110010000110111101010111101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8BE; }

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

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

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

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

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

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

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

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