#D6A9B8

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

Shades of Melanie #D6A9B8

Tints of Melanie #D6A9B8

Color information

#D6A9B8 (or 0xD6A9B8) is unknown color: approx Melanie. HEX triplet: D6, A9 and B8. RGB value is (214,169,184). Sum of RGB (Red+Green+Blue) = 214+169+184=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9B8 is #295647. Grayscale: #B8B8B8. Windows color (decimal): -2709064 or 12102102. OLE color: 12102102.

HSL color Cylindrical-coordinate representation of color #D6A9B8: hue angle of 340º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A9B8 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214169184-
CMYK00.210.140.16
HSL340º35.43%75.1%-
HSV(B)340º21.03%83.92%-
XYZ50.5746.1351.59-
YUV184.16127.91149.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 184 (72.27% from 255) = 32.45%
R=37.74%
G=29.81%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416918400.210.140.1634035.4375.1
HexD6A9B8015E10154234b
Octal326251270025162052443113
Binary1101011010101001101110000101011110100001010101001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9B8; }

 p { color: rgb(214,169,184); }

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

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

 a { background-color: rgb(214,169,184); }

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

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

 span { border-color: rgb(214,169,184); }

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