#DBA7B9

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

Shades of Melanie #DBA7B9

Tints of Melanie #DBA7B9

Color information

#DBA7B9 (or 0xDBA7B9) is unknown color: approx Melanie. HEX triplet: DB, A7 and B9. RGB value is (219,167,185). Sum of RGB (Red+Green+Blue) = 219+167+185=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7B9 is #245846. Grayscale: #B8B8B8. Windows color (decimal): -2381895 or 12167131. OLE color: 12167131.

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

Color convert

RGB219167185-
CMYK00.240.160.14
HSL339.23º41.94%75.69%-
HSV(B)339.23º23.74%85.88%-
XYZ51.7946.252.09-
YUV184.6128.23152.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=38.35%
G=29.25%
B=32.40%

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
Decimal21916718500.240.160.14339.2341.9475.69
HexDBA7B901810E1532a4c
Octal333247271030201652352114
Binary1101101110100111101110010110001000011101010100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7B9; }

 p { color: rgb(219,167,185); }

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

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

 a { background-color: rgb(219,167,185); }

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

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

 span { border-color: rgb(219,167,185); }

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