#DAB2BF

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

Shades of Melanie #DAB2BF

Tints of Melanie #DAB2BF

Color information

#DAB2BF (or 0xDAB2BF) is unknown color: approx Melanie. HEX triplet: DA, B2 and BF. RGB value is (218,178,191). Sum of RGB (Red+Green+Blue) = 218+178+191=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2BF is #254D40. Grayscale: #BFBFBF. Windows color (decimal): -2444609 or 12563162. OLE color: 12563162.

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

Color convert

RGB218178191-
CMYK00.180.120.15
HSL340.5º35.09%77.65%-
HSV(B)340.5º18.35%85.49%-
XYZ54.2450.5156.18-
YUV191.44127.75146.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 191 (75% from 255) = 32.54%
R=37.14%
G=30.32%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817819100.180.120.15340.535.0977.65
HexDAB2BF012CF154234e
Octal332262277022141752443116
Binary110110101011001010111111010010110011111010101001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2BF; }

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

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

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

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

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

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

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

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