#D9ABBA

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

Shades of Melanie #D9ABBA

Tints of Melanie #D9ABBA

Color information

#D9ABBA (or 0xD9ABBA) is unknown color: approx Melanie. HEX triplet: D9, AB and BA. RGB value is (217,171,186). Sum of RGB (Red+Green+Blue) = 217+171+186=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABBA is #265445. Grayscale: #BABABA. Windows color (decimal): -2511942 or 12233689. OLE color: 12233689.

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

Color convert

RGB217171186-
CMYK00.210.140.15
HSL340.43º37.7%76.08%-
HSV(B)340.43º21.2%85.1%-
XYZ52.0447.4252.87-
YUV186.46127.74149.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=37.80%
G=29.79%
B=32.40%

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
Decimal21717118600.210.140.15340.4337.776.08
HexD9ABBA015EF154264c
Octal331253272025161752446114
Binary110110011010101110111010010101111011111010101001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABBA; }

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

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

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

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

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

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

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

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