#D0A9B6

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

Shades of Melanie #D0A9B6

Tints of Melanie #D0A9B6

Color information

#D0A9B6 (or 0xD0A9B6) is unknown color: approx Melanie. HEX triplet: D0, A9 and B6. RGB value is (208,169,182). Sum of RGB (Red+Green+Blue) = 208+169+182=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9B6 is #2F5649. Grayscale: #B6B6B6. Windows color (decimal): -3102282 or 11971024. OLE color: 11971024.

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

Color convert

RGB208169182-
CMYK00.190.120.18
HSL340º29.32%73.92%-
HSV(B)340º18.75%81.57%-
XYZ48.6445.1650.41-
YUV182.14127.92146.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=37.21%
G=30.23%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816918200.190.120.1834029.3273.92
HexD0A9B6013C121541d4a
Octal320251266023142252435112
Binary110100001010100110110110010011110010010101010100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9B6; }

 p { color: rgb(208,169,182); }

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

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

 a { background-color: rgb(208,169,182); }

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

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

 span { border-color: rgb(208,169,182); }

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