#DBACBA

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

Shades of Melanie #DBACBA

Tints of Melanie #DBACBA

Color information

#DBACBA (or 0xDBACBA) is unknown color: approx Melanie. HEX triplet: DB, AC and BA. RGB value is (219,172,186). Sum of RGB (Red+Green+Blue) = 219+172+186=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACBA is #245345. Grayscale: #BBBBBB. Windows color (decimal): -2380614 or 12233947. OLE color: 12233947.

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

Color convert

RGB219172186-
CMYK00.210.150.14
HSL342.13º39.5%76.67%-
HSV(B)342.13º21.46%85.88%-
XYZ52.8348.1152.96-
YUV187.65127.07150.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=37.95%
G=29.81%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917218600.210.150.14342.1339.576.67
HexDBACBA015FE156274d
Octal333254272025171652647115
Binary110110111010110010111010010101111111101010101101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACBA; }

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

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

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

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

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

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

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

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