#D8ABBF

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

Shades of Melanie #D8ABBF

Tints of Melanie #D8ABBF

Color information

#D8ABBF (or 0xD8ABBF) is unknown color: approx Melanie. HEX triplet: D8, AB and BF. RGB value is (216,171,191). Sum of RGB (Red+Green+Blue) = 216+171+191=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABBF is #275440. Grayscale: #BABABA. Windows color (decimal): -2577473 or 12561368. OLE color: 12561368.

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

Color convert

RGB216171191-
CMYK00.210.120.15
HSL333.33º36.59%75.88%-
HSV(B)333.33º20.83%84.71%-
XYZ52.2947.4955.7-
YUV186.74130.41148.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 191 (75% from 255) = 33.04%
R=37.37%
G=29.58%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617119100.210.120.15333.3336.5975.88
HexD8ABBF015CF14d254c
Octal330253277025141751545114
Binary110110001010101110111111010101110011111010011011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABBF; }

 p { color: rgb(216,171,191); }

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

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

 a { background-color: rgb(216,171,191); }

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

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

 span { border-color: rgb(216,171,191); }

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