#D5ABBB

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

Shades of Melanie #D5ABBB

Tints of Melanie #D5ABBB

Color information

#D5ABBB (or 0xD5ABBB) is unknown color: approx Melanie. HEX triplet: D5, AB and BB. RGB value is (213,171,187). Sum of RGB (Red+Green+Blue) = 213+171+187=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABBB is #2A5444. Grayscale: #B9B9B9. Windows color (decimal): -2774085 or 12299221. OLE color: 12299221.

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

Color convert

RGB213171187-
CMYK00.200.120.16
HSL337.14º33.33%75.29%-
HSV(B)337.14º19.72%83.53%-
XYZ50.9746.8653.37-
YUV185.38128.91147.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=37.30%
G=29.95%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317118700.200.120.16337.1433.3375.29
HexD5ABBB014C10151214b
Octal325253273024142052141113
Binary1101010110101011101110110101001100100001010100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABBB; }

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

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

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

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

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

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

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

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