#D6AEB9

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

Shades of Melanie #D6AEB9

Tints of Melanie #D6AEB9

Color information

#D6AEB9 (or 0xD6AEB9) is unknown color: approx Melanie. HEX triplet: D6, AE and B9. RGB value is (214,174,185). Sum of RGB (Red+Green+Blue) = 214+174+185=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEB9 is #295146. Grayscale: #BBBBBB. Windows color (decimal): -2707783 or 12168918. OLE color: 12168918.

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

Color convert

RGB214174185-
CMYK00.190.140.16
HSL343.5º32.79%76.08%-
HSV(B)343.5º18.69%83.92%-
XYZ51.6248.0752.46-
YUV187.21126.75147.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=37.35%
G=30.37%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417418500.190.140.16343.532.7976.08
HexD6AEB9013E10158214c
Octal326256271023162053041114
Binary1101011010101110101110010100111110100001010110001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEB9; }

 p { color: rgb(214,174,185); }

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

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

 a { background-color: rgb(214,174,185); }

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

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

 span { border-color: rgb(214,174,185); }

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