#D8ABBC

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

Shades of Melanie #D8ABBC

Tints of Melanie #D8ABBC

Color information

#D8ABBC (or 0xD8ABBC) is unknown color: approx Melanie. HEX triplet: D8, AB and BC. RGB value is (216,171,188). Sum of RGB (Red+Green+Blue) = 216+171+188=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABBC is #275443. Grayscale: #BABABA. Windows color (decimal): -2577476 or 12364760. OLE color: 12364760.

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

Color convert

RGB216171188-
CMYK00.210.130.15
HSL337.33º36.59%75.88%-
HSV(B)337.33º20.83%84.71%-
XYZ51.9647.3653.98-
YUV186.39128.91149.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=37.57%
G=29.74%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617118800.210.130.15337.3336.5975.88
HexD8ABBC015DF151254c
Octal330253274025151752145114
Binary110110001010101110111100010101110111111010100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABBC; }

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

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

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

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

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

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

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

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