#D6AABD

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

Shades of Melanie #D6AABD

Tints of Melanie #D6AABD

Color information

#D6AABD (or 0xD6AABD) is unknown color: approx Melanie. HEX triplet: D6, AA and BD. RGB value is (214,170,189). Sum of RGB (Red+Green+Blue) = 214+170+189=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AABD is #295542. Grayscale: #B9B9B9. Windows color (decimal): -2708803 or 12430038. OLE color: 12430038.

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

Color convert

RGB214170189-
CMYK00.210.120.16
HSL334.09º34.92%75.29%-
HSV(B)334.09º20.56%83.92%-
XYZ51.2946.7254.46-
YUV185.32130.08148.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=37.35%
G=29.67%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417018900.210.120.16334.0934.9275.29
HexD6AABD015C1014e234b
Octal326252275025142051643113
Binary1101011010101010101111010101011100100001010011101000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AABD; }

 p { color: rgb(214,170,189); }

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

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

 a { background-color: rgb(214,170,189); }

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

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

 span { border-color: rgb(214,170,189); }

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