#D7ABBD

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

Shades of Melanie #D7ABBD

Tints of Melanie #D7ABBD

Color information

#D7ABBD (or 0xD7ABBD) is unknown color: approx Melanie. HEX triplet: D7, AB and BD. RGB value is (215,171,189). Sum of RGB (Red+Green+Blue) = 215+171+189=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABBD is #285442. Grayscale: #BABABA. Windows color (decimal): -2643011 or 12430295. OLE color: 12430295.

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

Color convert

RGB215171189-
CMYK00.200.120.16
HSL335.45º35.48%75.69%-
HSV(B)335.45º20.47%84.31%-
XYZ51.7747.2554.53-
YUV186.21129.58148.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.39%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=37.39%
G=29.74%
B=32.87%

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
Decimal21517118900.200.120.16335.4535.4875.69
HexD7ABBD014C1014f234c
Octal327253275024142051743114
Binary1101011110101011101111010101001100100001010011111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABBD; }

 p { color: rgb(215,171,189); }

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

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

 a { background-color: rgb(215,171,189); }

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

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

 span { border-color: rgb(215,171,189); }

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