#D9ABC1

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

Shades of Melanie #D9ABC1

Tints of Melanie #D9ABC1

Color information

#D9ABC1 (or 0xD9ABC1) is unknown color: approx Melanie. HEX triplet: D9, AB and C1. RGB value is (217,171,193). Sum of RGB (Red+Green+Blue) = 217+171+193=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABC1 is #26543E. Grayscale: #BBBBBB. Windows color (decimal): -2511935 or 12692441. OLE color: 12692441.

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

Color convert

RGB217171193-
CMYK00.210.110.15
HSL331.3º37.7%76.08%-
HSV(B)331.3º21.2%85.1%-
XYZ52.847.7356.88-
YUV187.26131.24149.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=37.35%
G=29.43%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717119300.210.110.15331.337.776.08
HexD9ABC1015BF14b264c
Octal331253301025131751346114
Binary110110011010101111000001010101101111111010010111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABC1; }

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

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

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

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

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

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

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

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