#DAB1BD

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

Shades of Melanie #DAB1BD

Tints of Melanie #DAB1BD

Color information

#DAB1BD (or 0xDAB1BD) is unknown color: approx Melanie. HEX triplet: DA, B1 and BD. RGB value is (218,177,189). Sum of RGB (Red+Green+Blue) = 218+177+189=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1BD is #254E42. Grayscale: #BEBEBE. Windows color (decimal): -2444867 or 12431834. OLE color: 12431834.

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

Color convert

RGB218177189-
CMYK00.190.130.15
HSL342.44º35.65%77.45%-
HSV(B)342.44º18.81%85.49%-
XYZ53.8250.0254.96-
YUV190.63127.08147.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=37.33%
G=30.31%
B=32.36%

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
Decimal21817718900.190.130.15342.4435.6577.45
HexDAB1BD013DF156244d
Octal332261275023151752644115
Binary110110101011000110111101010011110111111010101101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1BD; }

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

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

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

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

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

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

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

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