#DAB0BA

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

Shades of Melanie #DAB0BA

Tints of Melanie #DAB0BA

Color information

#DAB0BA (or 0xDAB0BA) is unknown color: approx Melanie. HEX triplet: DA, B0 and BA. RGB value is (218,176,186). Sum of RGB (Red+Green+Blue) = 218+176+186=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BA is #254F45. Grayscale: #BDBDBD. Windows color (decimal): -2445126 or 12234970. OLE color: 12234970.

HSL color Cylindrical-coordinate representation of color #DAB0BA: hue angle of 345.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0BA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218176186-
CMYK00.190.150.15
HSL345.71º36.21%77.25%-
HSV(B)345.71º19.27%85.49%-
XYZ53.349.553.2-
YUV189.7125.91148.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 176 (69.14% from 255) = 30.34%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=37.59%
G=30.34%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817618600.190.150.15345.7136.2177.25
HexDAB0BA013FF15a244d
Octal332260272023171753244115
Binary110110101011000010111010010011111111111010110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0BA; }

 p { color: rgb(218,176,186); }

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

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

 a { background-color: rgb(218,176,186); }

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

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

 span { border-color: rgb(218,176,186); }

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