#DAB0BD

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

Shades of Melanie #DAB0BD

Tints of Melanie #DAB0BD

Color information

#DAB0BD (or 0xDAB0BD) is unknown color: approx Melanie. HEX triplet: DA, B0 and BD. RGB value is (218,176,189). Sum of RGB (Red+Green+Blue) = 218+176+189=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BD is #254F42. Grayscale: #BEBEBE. Windows color (decimal): -2445123 or 12431578. OLE color: 12431578.

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

Color convert

RGB218176189-
CMYK00.190.130.15
HSL341.43º36.21%77.25%-
HSV(B)341.43º19.27%85.49%-
XYZ53.6249.6354.9-
YUV190.04127.41147.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=37.39%
G=30.19%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817618900.190.130.15341.4336.2177.25
HexDAB0BD013DF155244d
Octal332260275023151752544115
Binary110110101011000010111101010011110111111010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0BD; }

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

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

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

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

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

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

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

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