#DBB2BD

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

Shades of Melanie #DBB2BD

Tints of Melanie #DBB2BD

Color information

#DBB2BD (or 0xDBB2BD) is unknown color: approx Melanie. HEX triplet: DB, B2 and BD. RGB value is (219,178,189). Sum of RGB (Red+Green+Blue) = 219+178+189=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2BD is #244D42. Grayscale: #BFBFBF. Windows color (decimal): -2379075 or 12432091. OLE color: 12432091.

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

Color convert

RGB219178189-
CMYK00.190.140.14
HSL343.9º36.28%77.84%-
HSV(B)343.9º18.72%85.88%-
XYZ54.3250.5755.04-
YUV191.51126.58147.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 178 (69.92% from 255) = 30.38%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=37.37%
G=30.38%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917818900.190.140.14343.936.2877.84
HexDBB2BD013EE158244e
Octal333262275023161653044116
Binary110110111011001010111101010011111011101010110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2BD; }

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

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

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

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

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

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

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

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