#DBA8BA

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

Shades of Melanie #DBA8BA

Tints of Melanie #DBA8BA

Color information

#DBA8BA (or 0xDBA8BA) is unknown color: approx Melanie. HEX triplet: DB, A8 and BA. RGB value is (219,168,186). Sum of RGB (Red+Green+Blue) = 219+168+186=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8BA is #245745. Grayscale: #B9B9B9. Windows color (decimal): -2381638 or 12232923. OLE color: 12232923.

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

Color convert

RGB219168186-
CMYK00.230.150.14
HSL338.82º41.46%75.88%-
HSV(B)338.82º23.29%85.88%-
XYZ52.0846.6152.71-
YUV185.3128.4152.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=38.22%
G=29.32%
B=32.46%

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
Decimal21916818600.230.150.14338.8241.4675.88
HexDBA8BA017FE153294c
Octal333250272027171652351114
Binary110110111010100010111010010111111111101010100111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8BA; }

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

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

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

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

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

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

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

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