#DBADBF

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

Shades of Melanie #DBADBF

Tints of Melanie #DBADBF

Color information

#DBADBF (or 0xDBADBF) is unknown color: approx Melanie. HEX triplet: DB, AD and BF. RGB value is (219,173,191). Sum of RGB (Red+Green+Blue) = 219+173+191=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADBF is #245240. Grayscale: #BCBCBC. Windows color (decimal): -2380353 or 12561883. OLE color: 12561883.

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

Color convert

RGB219173191-
CMYK00.210.130.14
HSL336.52º38.98%76.86%-
HSV(B)336.52º21%85.88%-
XYZ53.5648.7155.87-
YUV188.81129.24149.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 191 (75% from 255) = 32.76%
R=37.56%
G=29.67%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917319100.210.130.14336.5238.9876.86
HexDBADBF015DE151274d
Octal333255277025151652147115
Binary110110111010110110111111010101110111101010100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADBF; }

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

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

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

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

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

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

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

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