#D0ABB7

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

Shades of Melanie #D0ABB7

Tints of Melanie #D0ABB7

Color information

#D0ABB7 (or 0xD0ABB7) is unknown color: approx Melanie. HEX triplet: D0, AB and B7. RGB value is (208,171,183). Sum of RGB (Red+Green+Blue) = 208+171+183=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABB7 is #2F5448. Grayscale: #B7B7B7. Windows color (decimal): -3101769 or 12037072. OLE color: 12037072.

HSL color Cylindrical-coordinate representation of color #D0ABB7: hue angle of 340.54º 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 #D0ABB7 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB208171183-
CMYK00.180.120.18
HSL340.54º28.24%74.31%-
HSV(B)340.54º17.79%81.57%-
XYZ49.1245.9551.08-
YUV183.43127.76145.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=37.01%
G=30.43%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817118300.180.120.18340.5428.2474.31
HexD0ABB7012C121551c4a
Octal320253267022142252534112
Binary110100001010101110110111010010110010010101010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABB7; }

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

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

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

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

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

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

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

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