#DBADBE

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

Shades of Melanie #DBADBE

Tints of Melanie #DBADBE

Color information

#DBADBE (or 0xDBADBE) is unknown color: approx Melanie. HEX triplet: DB, AD and BE. RGB value is (219,173,190). Sum of RGB (Red+Green+Blue) = 219+173+190=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADBE is #245241. Grayscale: #BCBCBC. Windows color (decimal): -2380354 or 12496347. OLE color: 12496347.

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

Color convert

RGB219173190-
CMYK00.210.130.14
HSL337.83º38.98%76.86%-
HSV(B)337.83º21%85.88%-
XYZ53.4548.6655.29-
YUV188.69128.74149.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=37.63%
G=29.73%
B=32.65%

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
Decimal21917319000.210.130.14337.8338.9876.86
HexDBADBE015DE152274d
Octal333255276025151652247115
Binary110110111010110110111110010101110111101010100101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADBE; }

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

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

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

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

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

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

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

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