#DBACBD

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

Shades of Melanie #DBACBD

Tints of Melanie #DBACBD

Color information

#DBACBD (or 0xDBACBD) is unknown color: approx Melanie. HEX triplet: DB, AC and BD. RGB value is (219,172,189). Sum of RGB (Red+Green+Blue) = 219+172+189=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACBD is #245342. Grayscale: #BBBBBB. Windows color (decimal): -2380611 or 12430555. OLE color: 12430555.

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

Color convert

RGB219172189-
CMYK00.210.140.14
HSL338.3º39.5%76.67%-
HSV(B)338.3º21.46%85.88%-
XYZ53.1548.2454.65-
YUV187.99128.57150.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=37.76%
G=29.66%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917218900.210.140.14338.339.576.67
HexDBACBD015EE152274d
Octal333254275025161652247115
Binary110110111010110010111101010101111011101010100101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACBD; }

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

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

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

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

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

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

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

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