#DAB7BD

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

Shades of Melanie #DAB7BD

Tints of Melanie #DAB7BD

Color information

#DAB7BD (or 0xDAB7BD) is unknown color: approx Melanie. HEX triplet: DA, B7 and BD. RGB value is (218,183,189). Sum of RGB (Red+Green+Blue) = 218+183+189=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7BD is #254842. Grayscale: #C2C2C2. Windows color (decimal): -2443331 or 12433370. OLE color: 12433370.

HSL color Cylindrical-coordinate representation of color #DAB7BD: hue angle of 349.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7BD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218183189-
CMYK00.160.130.15
HSL349.71º32.11%78.63%-
HSV(B)349.71º16.06%85.49%-
XYZ55.0352.4555.37-
YUV194.15125.1145.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=36.95%
G=31.02%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818318900.160.130.15349.7132.1178.63
HexDAB7BD010DF15e204f
Octal332267275020151753640117
Binary110110101011011110111101010000110111111010111101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7BD; }

 p { color: rgb(218,183,189); }

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

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

 a { background-color: rgb(218,183,189); }

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

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

 span { border-color: rgb(218,183,189); }

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