#D9ABBB

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

Shades of Melanie #D9ABBB

Tints of Melanie #D9ABBB

Color information

#D9ABBB (or 0xD9ABBB) is unknown color: approx Melanie. HEX triplet: D9, AB and BB. RGB value is (217,171,187). Sum of RGB (Red+Green+Blue) = 217+171+187=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABBB is #265444. Grayscale: #BABABA. Windows color (decimal): -2511941 or 12299225. OLE color: 12299225.

HSL color Cylindrical-coordinate representation of color #D9ABBB: hue angle of 339.13º degrees, saturation: 0.38, 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 #D9ABBB is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217171187-
CMYK00.210.140.15
HSL339.13º37.7%76.08%-
HSV(B)339.13º21.2%85.1%-
XYZ52.1547.4753.43-
YUV186.58128.24149.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=37.74%
G=29.74%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717118700.210.140.15339.1337.776.08
HexD9ABBB015EF153264c
Octal331253273025161752346114
Binary110110011010101110111011010101111011111010100111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABBB; }

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

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

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

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

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

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

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

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