#DBB2BB

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

Shades of Melanie #DBB2BB

Tints of Melanie #DBB2BB

Color information

#DBB2BB (or 0xDBB2BB) is unknown color: approx Melanie. HEX triplet: DB, B2 and BB. RGB value is (219,178,187). Sum of RGB (Red+Green+Blue) = 219+178+187=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2BB is #244D44. Grayscale: #BFBFBF. Windows color (decimal): -2379077 or 12301019. OLE color: 12301019.

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

Color convert

RGB219178187-
CMYK00.190.150.14
HSL346.83º36.28%77.84%-
HSV(B)346.83º18.72%85.88%-
XYZ54.150.4953.91-
YUV191.28125.58147.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 178 (69.92% from 255) = 30.48%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=37.5%
G=30.48%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917818700.190.150.14346.8336.2877.84
HexDBB2BB013FE15b244e
Octal333262273023171653344116
Binary110110111011001010111011010011111111101010110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2BB; }

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

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

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

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

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

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

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

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