#DBB3BE

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

Shades of Melanie #DBB3BE

Tints of Melanie #DBB3BE

Color information

#DBB3BE (or 0xDBB3BE) is unknown color: approx Melanie. HEX triplet: DB, B3 and BE. RGB value is (219,179,190). Sum of RGB (Red+Green+Blue) = 219+179+190=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3BE is #244C41. Grayscale: #C0C0C0. Windows color (decimal): -2378818 or 12497883. OLE color: 12497883.

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

Color convert

RGB219179190-
CMYK00.180.130.14
HSL343.5º35.71%78.04%-
HSV(B)343.5º18.26%85.88%-
XYZ54.6351.0255.68-
YUV192.21126.75147.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=37.24%
G=30.44%
B=32.31%

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
Decimal21917919000.180.130.14343.535.7178.04
HexDBB3BE012DE158244e
Octal333263276022151653044116
Binary110110111011001110111110010010110111101010110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3BE; }

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

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

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

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

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

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

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

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