#D0ABB9

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

Shades of Melanie #D0ABB9

Tints of Melanie #D0ABB9

Color information

#D0ABB9 (or 0xD0ABB9) is unknown color: approx Melanie. HEX triplet: D0, AB and B9. RGB value is (208,171,185). Sum of RGB (Red+Green+Blue) = 208+171+185=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABB9 is #2F5446. Grayscale: #B7B7B7. Windows color (decimal): -3101767 or 12168144. OLE color: 12168144.

HSL color Cylindrical-coordinate representation of color #D0ABB9: hue angle of 337.3º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ABB9 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208171185-
CMYK00.180.110.18
HSL337.3º28.24%74.31%-
HSV(B)337.3º17.79%81.57%-
XYZ49.3346.0452.19-
YUV183.66128.76145.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=36.88%
G=30.32%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817118500.180.110.18337.328.2474.31
HexD0ABB9012B121511c4a
Octal320253271022132252134112
Binary110100001010101110111001010010101110010101010001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABB9; }

 p { color: rgb(208,171,185); }

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

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

 a { background-color: rgb(208,171,185); }

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

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

 span { border-color: rgb(208,171,185); }

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