#D1A8B6

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

Shades of Melanie #D1A8B6

Tints of Melanie #D1A8B6

Color information

#D1A8B6 (or 0xD1A8B6) is unknown color: approx Melanie. HEX triplet: D1, A8 and B6. RGB value is (209,168,182). Sum of RGB (Red+Green+Blue) = 209+168+182=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8B6 is #2E5749. Grayscale: #B5B5B5. Windows color (decimal): -3037002 or 11970769. OLE color: 11970769.

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

Color convert

RGB209168182-
CMYK00.200.130.18
HSL339.51º30.83%73.92%-
HSV(B)339.51º19.62%81.96%-
XYZ48.7444.9450.36-
YUV181.86128.08147.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=37.39%
G=30.05%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916818200.200.130.18339.5130.8373.92
HexD1A8B6014D121541f4a
Octal321250266024152252437112
Binary110100011010100010110110010100110110010101010100111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A8B6; }

 p { color: rgb(209,168,182); }

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

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

 a { background-color: rgb(209,168,182); }

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

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

 span { border-color: rgb(209,168,182); }

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