#DBACC1

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

Shades of Melanie #DBACC1

Tints of Melanie #DBACC1

Color information

#DBACC1 (or 0xDBACC1) is unknown color: approx Melanie. HEX triplet: DB, AC and C1. RGB value is (219,172,193). Sum of RGB (Red+Green+Blue) = 219+172+193=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC1 is #24533E. Grayscale: #BCBCBC. Windows color (decimal): -2380607 or 12692699. OLE color: 12692699.

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

Color convert

RGB219172193-
CMYK00.210.120.14
HSL333.19º39.5%76.67%-
HSV(B)333.19º21.46%85.88%-
XYZ53.5948.4256.97-
YUV188.45130.57149.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=37.5%
G=29.45%
B=33.05%

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
Decimal21917219300.210.120.14333.1939.576.67
HexDBACC1015CE14d274d
Octal333254301025141651547115
Binary110110111010110011000001010101110011101010011011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACC1; }

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

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

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

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

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

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

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

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