#D8ABB8

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

Shades of Melanie #D8ABB8

Tints of Melanie #D8ABB8

Color information

#D8ABB8 (or 0xD8ABB8) is unknown color: approx Melanie. HEX triplet: D8, AB and B8. RGB value is (216,171,184). Sum of RGB (Red+Green+Blue) = 216+171+184=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABB8 is #275447. Grayscale: #B9B9B9. Windows color (decimal): -2577480 or 12102616. OLE color: 12102616.

HSL color Cylindrical-coordinate representation of color #D8ABB8: hue angle of 342.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ABB8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB216171184-
CMYK00.210.150.15
HSL342.67º36.59%75.88%-
HSV(B)342.67º20.83%84.71%-
XYZ51.5347.1951.74-
YUV185.94126.91149.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=37.83%
G=29.95%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617118400.210.150.15342.6736.5975.88
HexD8ABB8015FF157254c
Octal330253270025171752745114
Binary110110001010101110111000010101111111111010101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABB8; }

 p { color: rgb(216,171,184); }

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

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

 a { background-color: rgb(216,171,184); }

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

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

 span { border-color: rgb(216,171,184); }

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