#DBADC0

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

Shades of Melanie #DBADC0

Tints of Melanie #DBADC0

Color information

#DBADC0 (or 0xDBADC0) is unknown color: approx Melanie. HEX triplet: DB, AD and C0. RGB value is (219,173,192). Sum of RGB (Red+Green+Blue) = 219+173+192=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC0 is #24523F. Grayscale: #BCBCBC. Windows color (decimal): -2380352 or 12627419. OLE color: 12627419.

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

Color convert

RGB219173192-
CMYK00.210.120.14
HSL335.22º38.98%76.86%-
HSV(B)335.22º21%85.88%-
XYZ53.6748.7556.45-
YUV188.92129.74149.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=37.5%
G=29.62%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917319200.210.120.14335.2238.9876.86
HexDBADC0015CE14f274d
Octal333255300025141651747115
Binary110110111010110111000000010101110011101010011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADC0; }

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

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

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

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

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

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

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

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