#DAB0BB

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

Shades of Melanie #DAB0BB

Tints of Melanie #DAB0BB

Color information

#DAB0BB (or 0xDAB0BB) is unknown color: approx Melanie. HEX triplet: DA, B0 and BB. RGB value is (218,176,187). Sum of RGB (Red+Green+Blue) = 218+176+187=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BB is #254F44. Grayscale: #BDBDBD. Windows color (decimal): -2445125 or 12300506. OLE color: 12300506.

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

Color convert

RGB218176187-
CMYK00.190.140.15
HSL344.29º36.21%77.25%-
HSV(B)344.29º19.27%85.49%-
XYZ53.4149.5453.76-
YUV189.81126.41148.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 176 (69.14% from 255) = 30.29%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=37.52%
G=30.29%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817618700.190.140.15344.2936.2177.25
HexDAB0BB013EF158244d
Octal332260273023161753044115
Binary110110101011000010111011010011111011111010110001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0BB; }

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

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

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

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

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

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

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

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