#DBABC1

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

Shades of Melanie #DBABC1

Tints of Melanie #DBABC1

Color information

#DBABC1 (or 0xDBABC1) is unknown color: approx Melanie. HEX triplet: DB, AB and C1. RGB value is (219,171,193). Sum of RGB (Red+Green+Blue) = 219+171+193=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC1 is #24543E. Grayscale: #BBBBBB. Windows color (decimal): -2380863 or 12692443. OLE color: 12692443.

HSL color Cylindrical-coordinate representation of color #DBABC1: hue angle of 332.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABC1 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219171193-
CMYK00.220.120.14
HSL332.5º40%76.47%-
HSV(B)332.5º21.92%85.88%-
XYZ53.448.0456.91-
YUV187.86130.9150.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=37.56%
G=29.33%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917119300.220.120.14332.54076.47
HexDBABC1016CE14c284c
Octal333253301026141651450114
Binary110110111010101111000001010110110011101010011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABC1; }

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

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

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

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

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

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

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

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