#D8AFBB

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

Shades of Melanie #D8AFBB

Tints of Melanie #D8AFBB

Color information

#D8AFBB (or 0xD8AFBB) is unknown color: approx Melanie. HEX triplet: D8, AF and BB. RGB value is (216,175,187). Sum of RGB (Red+Green+Blue) = 216+175+187=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBB is #275044. Grayscale: #BCBCBC. Windows color (decimal): -2576453 or 12300248. OLE color: 12300248.

HSL color Cylindrical-coordinate representation of color #D8AFBB: hue angle of 342.44º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFBB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216175187-
CMYK00.190.130.15
HSL342.44º34.45%76.67%-
HSV(B)342.44º18.98%84.71%-
XYZ52.6248.8553.67-
YUV188.63127.08147.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=37.37%
G=30.28%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617518700.190.130.15342.4434.4576.67
HexD8AFBB013DF156224d
Octal330257273023151752642115
Binary110110001010111110111011010011110111111010101101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFBB; }

 p { color: rgb(216,175,187); }

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

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

 a { background-color: rgb(216,175,187); }

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

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

 span { border-color: rgb(216,175,187); }

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