#DBADC1

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

Shades of Melanie #DBADC1

Tints of Melanie #DBADC1

Color information

#DBADC1 (or 0xDBADC1) is unknown color: approx Melanie. HEX triplet: DB, AD and C1. RGB value is (219,173,193). Sum of RGB (Red+Green+Blue) = 219+173+193=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC1 is #24523E. Grayscale: #BCBCBC. Windows color (decimal): -2380351 or 12692955. OLE color: 12692955.

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

Color convert

RGB219173193-
CMYK00.210.120.14
HSL333.91º38.98%76.86%-
HSV(B)333.91º21%85.88%-
XYZ53.7848.857.04-
YUV189.03130.24149.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=37.44%
G=29.57%
B=32.99%

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
Decimal21917319300.210.120.14333.9138.9876.86
HexDBADC1015CE14e274d
Octal333255301025141651647115
Binary110110111010110111000001010101110011101010011101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADC1; }

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

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

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

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

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

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

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

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