#DBA6B8

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

Shades of Melanie #DBA6B8

Tints of Melanie #DBA6B8

Color information

#DBA6B8 (or 0xDBA6B8) is unknown color: approx Melanie. HEX triplet: DB, A6 and B8. RGB value is (219,166,184). Sum of RGB (Red+Green+Blue) = 219+166+184=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6B8 is #245947. Grayscale: #B7B7B7. Windows color (decimal): -2382152 or 12101339. OLE color: 12101339.

HSL color Cylindrical-coordinate representation of color #DBA6B8: hue angle of 339.62º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6B8 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219166184-
CMYK00.240.160.14
HSL339.62º42.4%75.49%-
HSV(B)339.62º24.2%85.88%-
XYZ51.545.7951.47-
YUV183.9128.06153.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 184 (72.27% from 255) = 32.34%
R=38.49%
G=29.17%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916618400.240.160.14339.6242.475.49
HexDBA6B801810E1542a4b
Octal333246270030201652452113
Binary1101101110100110101110000110001000011101010101001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6B8; }

 p { color: rgb(219,166,184); }

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

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

 a { background-color: rgb(219,166,184); }

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

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

 span { border-color: rgb(219,166,184); }

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