#DAB9BF

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

Shades of Melanie #DAB9BF

Tints of Melanie #DAB9BF

Color information

#DAB9BF (or 0xDAB9BF) is unknown color: approx Melanie. HEX triplet: DA, B9 and BF. RGB value is (218,185,191). Sum of RGB (Red+Green+Blue) = 218+185+191=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9BF is #254640. Grayscale: #C3C3C3. Windows color (decimal): -2442817 or 12564954. OLE color: 12564954.

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

Color convert

RGB218185191-
CMYK00.150.120.15
HSL349.09º30.84%79.02%-
HSV(B)349.09º15.14%85.49%-
XYZ55.6753.3656.66-
YUV195.55125.43144.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 191 (75% from 255) = 32.15%
R=36.70%
G=31.14%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818519100.150.120.15349.0930.8479.02
HexDAB9BF0FCF15d1f4f
Octal332271277017141753537117
Binary1101101010111001101111110111111001111101011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9BF; }

 p { color: rgb(218,185,191); }

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

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

 a { background-color: rgb(218,185,191); }

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

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

 span { border-color: rgb(218,185,191); }

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