#DBB1BE

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

Shades of Melanie #DBB1BE

Tints of Melanie #DBB1BE

Color information

#DBB1BE (or 0xDBB1BE) is unknown color: approx Melanie. HEX triplet: DB, B1 and BE. RGB value is (219,177,190). Sum of RGB (Red+Green+Blue) = 219+177+190=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1BE is #244E41. Grayscale: #BFBFBF. Windows color (decimal): -2379330 or 12497371. OLE color: 12497371.

HSL color Cylindrical-coordinate representation of color #DBB1BE: hue angle of 341.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1BE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219177190-
CMYK00.190.130.14
HSL341.43º36.84%77.65%-
HSV(B)341.43º19.18%85.88%-
XYZ54.2350.2255.55-
YUV191.04127.41147.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=37.37%
G=30.20%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917719000.190.130.14341.4336.8477.65
HexDBB1BE013DE155254e
Octal333261276023151652545116
Binary110110111011000110111110010011110111101010101011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1BE; }

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

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

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

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

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

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

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

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