#DBAABA

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

Shades of Melanie #DBAABA

Tints of Melanie #DBAABA

Color information

#DBAABA (or 0xDBAABA) is unknown color: approx Melanie. HEX triplet: DB, AA and BA. RGB value is (219,170,186). Sum of RGB (Red+Green+Blue) = 219+170+186=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAABA is #245545. Grayscale: #BABABA. Windows color (decimal): -2381126 or 12233435. OLE color: 12233435.

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

Color convert

RGB219170186-
CMYK00.220.150.14
HSL340.41º40.5%76.27%-
HSV(B)340.41º22.37%85.88%-
XYZ52.4547.3552.83-
YUV186.48127.73151.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=38.09%
G=29.57%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917018600.220.150.14340.4140.576.27
HexDBAABA016FE154284c
Octal333252272026171652450114
Binary110110111010101010111010010110111111101010101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAABA; }

 p { color: rgb(219,170,186); }

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

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

 a { background-color: rgb(219,170,186); }

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

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

 span { border-color: rgb(219,170,186); }

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