#D5ABB8

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

Shades of Melanie #D5ABB8

Tints of Melanie #D5ABB8

Color information

#D5ABB8 (or 0xD5ABB8) is unknown color: approx Melanie. HEX triplet: D5, AB and B8. RGB value is (213,171,184). Sum of RGB (Red+Green+Blue) = 213+171+184=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABB8 is #2A5447. Grayscale: #B9B9B9. Windows color (decimal): -2774088 or 12102613. OLE color: 12102613.

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

Color convert

RGB213171184-
CMYK00.200.140.16
HSL341.43º33.33%75.29%-
HSV(B)341.43º19.72%83.53%-
XYZ50.6646.7351.7-
YUV185.04127.41147.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 184 (72.27% from 255) = 32.39%
R=37.5%
G=30.11%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317118400.200.140.16341.4333.3375.29
HexD5ABB8014E10155214b
Octal325253270024162052541113
Binary1101010110101011101110000101001110100001010101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABB8; }

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

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

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

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

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

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

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

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