#DBACC0

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

Shades of Melanie #DBACC0

Tints of Melanie #DBACC0

Color information

#DBACC0 (or 0xDBACC0) is unknown color: approx Melanie. HEX triplet: DB, AC and C0. RGB value is (219,172,192). Sum of RGB (Red+Green+Blue) = 219+172+192=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC0 is #24533F. Grayscale: #BCBCBC. Windows color (decimal): -2380608 or 12627163. OLE color: 12627163.

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

Color convert

RGB219172192-
CMYK00.210.120.14
HSL334.47º39.5%76.67%-
HSV(B)334.47º21.46%85.88%-
XYZ53.4848.3756.39-
YUV188.33130.07149.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=37.56%
G=29.50%
B=32.93%

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
Decimal21917219200.210.120.14334.4739.576.67
HexDBACC0015CE14e274d
Octal333254300025141651647115
Binary110110111010110011000000010101110011101010011101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACC0; }

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

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

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

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

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

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

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

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