#DBABC2

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

Shades of Melanie #DBABC2

Tints of Melanie #DBABC2

Color information

#DBABC2 (or 0xDBABC2) is unknown color: approx Melanie. HEX triplet: DB, AB and C2. RGB value is (219,171,194). Sum of RGB (Red+Green+Blue) = 219+171+194=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC2 is #24543D. Grayscale: #BBBBBB. Windows color (decimal): -2380862 or 12757979. OLE color: 12757979.

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

Color convert

RGB219171194-
CMYK00.220.110.14
HSL331.25º40%76.47%-
HSV(B)331.25º21.92%85.88%-
XYZ53.5148.0857.5-
YUV187.97131.4150.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 194 (76.17% from 255) = 33.22%
R=37.5%
G=29.28%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917119400.220.110.14331.254076.47
HexDBABC2016BE14b284c
Octal333253302026131651350114
Binary110110111010101111000010010110101111101010010111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABC2; }

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

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

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

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

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

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

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

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