#DBB2BE

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

Shades of Melanie #DBB2BE

Tints of Melanie #DBB2BE

Color information

#DBB2BE (or 0xDBB2BE) is unknown color: approx Melanie. HEX triplet: DB, B2 and BE. RGB value is (219,178,190). Sum of RGB (Red+Green+Blue) = 219+178+190=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2BE is #244D41. Grayscale: #BFBFBF. Windows color (decimal): -2379074 or 12497627. OLE color: 12497627.

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

Color convert

RGB219178190-
CMYK00.190.130.14
HSL342.44º36.28%77.84%-
HSV(B)342.44º18.72%85.88%-
XYZ54.4350.6255.62-
YUV191.63127.08147.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=37.31%
G=30.32%
B=32.37%

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
Decimal21917819000.190.130.14342.4436.2877.84
HexDBB2BE013DE156244e
Octal333262276023151652644116
Binary110110111011001010111110010011110111101010101101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2BE; }

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

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

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

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

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

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

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

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