#DAB1BB

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

Shades of Melanie #DAB1BB

Tints of Melanie #DAB1BB

Color information

#DAB1BB (or 0xDAB1BB) is unknown color: approx Melanie. HEX triplet: DA, B1 and BB. RGB value is (218,177,187). Sum of RGB (Red+Green+Blue) = 218+177+187=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1BB is #254E44. Grayscale: #BEBEBE. Windows color (decimal): -2444869 or 12300762. OLE color: 12300762.

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

Color convert

RGB218177187-
CMYK00.190.140.15
HSL345.37º35.65%77.45%-
HSV(B)345.37º18.81%85.49%-
XYZ53.6149.9453.83-
YUV190.4126.08147.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=37.46%
G=30.41%
B=32.13%

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
Decimal21817718700.190.140.15345.3735.6577.45
HexDAB1BB013EF159244d
Octal332261273023161753144115
Binary110110101011000110111011010011111011111010110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1BB; }

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

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

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

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

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

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

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

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