#DAB0BF

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

Shades of Melanie #DAB0BF

Tints of Melanie #DAB0BF

Color information

#DAB0BF (or 0xDAB0BF) is unknown color: approx Melanie. HEX triplet: DA, B0 and BF. RGB value is (218,176,191). Sum of RGB (Red+Green+Blue) = 218+176+191=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BF is #254F40. Grayscale: #BEBEBE. Windows color (decimal): -2445121 or 12562650. OLE color: 12562650.

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

Color convert

RGB218176191-
CMYK00.190.120.15
HSL338.57º36.21%77.25%-
HSV(B)338.57º19.27%85.49%-
XYZ53.8449.7256.05-
YUV190.27128.41147.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 191 (75% from 255) = 32.65%
R=37.26%
G=30.09%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817619100.190.120.15338.5736.2177.25
HexDAB0BF013CF153244d
Octal332260277023141752344115
Binary110110101011000010111111010011110011111010100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0BF; }

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

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

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

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

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

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

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

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