#DBA9BA

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

Shades of Melanie #DBA9BA

Tints of Melanie #DBA9BA

Color information

#DBA9BA (or 0xDBA9BA) is unknown color: approx Melanie. HEX triplet: DB, A9 and BA. RGB value is (219,169,186). Sum of RGB (Red+Green+Blue) = 219+169+186=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9BA is #245645. Grayscale: #B9B9B9. Windows color (decimal): -2381382 or 12233179. OLE color: 12233179.

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

Color convert

RGB219169186-
CMYK00.230.150.14
HSL339.6º40.98%76.08%-
HSV(B)339.6º22.83%85.88%-
XYZ52.2646.9852.77-
YUV185.89128.06151.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 169 (66.41% from 255) = 29.44%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=38.15%
G=29.44%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916918600.230.150.14339.640.9876.08
HexDBA9BA017FE154294c
Octal333251272027171652451114
Binary110110111010100110111010010111111111101010101001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9BA; }

 p { color: rgb(219,169,186); }

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

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

 a { background-color: rgb(219,169,186); }

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

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

 span { border-color: rgb(219,169,186); }

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