#DBADBA

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

Shades of Melanie #DBADBA

Tints of Melanie #DBADBA

Color information

#DBADBA (or 0xDBADBA) is unknown color: approx Melanie. HEX triplet: DB, AD and BA. RGB value is (219,173,186). Sum of RGB (Red+Green+Blue) = 219+173+186=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADBA is #245245. Grayscale: #BCBCBC. Windows color (decimal): -2380358 or 12234203. OLE color: 12234203.

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

Color convert

RGB219173186-
CMYK00.210.150.14
HSL343.04º38.98%76.86%-
HSV(B)343.04º21%85.88%-
XYZ53.0248.4953.02-
YUV188.24126.74149.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=37.89%
G=29.93%
B=32.18%

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
Decimal21917318600.210.150.14343.0438.9876.86
HexDBADBA015FE157274d
Octal333255272025171652747115
Binary110110111010110110111010010101111111101010101111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADBA; }

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

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

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

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

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

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

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

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