#DAB2BB

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

Shades of Melanie #DAB2BB

Tints of Melanie #DAB2BB

Color information

#DAB2BB (or 0xDAB2BB) is unknown color: approx Melanie. HEX triplet: DA, B2 and BB. RGB value is (218,178,187). Sum of RGB (Red+Green+Blue) = 218+178+187=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2BB is #254D44. Grayscale: #BEBEBE. Windows color (decimal): -2444613 or 12301018. OLE color: 12301018.

HSL color Cylindrical-coordinate representation of color #DAB2BB: hue angle of 346.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2BB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218178187-
CMYK00.180.140.15
HSL346.5º35.09%77.65%-
HSV(B)346.5º18.35%85.49%-
XYZ53.850.3353.89-
YUV190.99125.75147.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=37.39%
G=30.53%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817818700.180.140.15346.535.0977.65
HexDAB2BB012EF15a234e
Octal332262273022161753243116
Binary110110101011001010111011010010111011111010110101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2BB; }

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

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

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

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

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

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

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

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