#DAB7BE

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

Shades of Melanie #DAB7BE

Tints of Melanie #DAB7BE

Color information

#DAB7BE (or 0xDAB7BE) is unknown color: approx Melanie. HEX triplet: DA, B7 and BE. RGB value is (218,183,190). Sum of RGB (Red+Green+Blue) = 218+183+190=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7BE is #254841. Grayscale: #C2C2C2. Windows color (decimal): -2443330 or 12498906. OLE color: 12498906.

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

Color convert

RGB218183190-
CMYK00.160.130.15
HSL348º32.11%78.63%-
HSV(B)348º16.06%85.49%-
XYZ55.1452.4955.94-
YUV194.26125.6144.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 183 (71.88% from 255) = 30.96%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=36.89%
G=30.96%
B=32.15%

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
Decimal21818319000.160.130.1534832.1178.63
HexDAB7BE010DF15c204f
Octal332267276020151753440117
Binary110110101011011110111110010000110111111010111001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7BE; }

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

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

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

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

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

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

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

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