#D8AFBE

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

Shades of Melanie #D8AFBE

Tints of Melanie #D8AFBE

Color information

#D8AFBE (or 0xD8AFBE) is unknown color: approx Melanie. HEX triplet: D8, AF and BE. RGB value is (216,175,190). Sum of RGB (Red+Green+Blue) = 216+175+190=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBE is #275041. Grayscale: #BCBCBC. Windows color (decimal): -2576450 or 12496856. OLE color: 12496856.

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

Color convert

RGB216175190-
CMYK00.190.120.15
HSL338.05º34.45%76.67%-
HSV(B)338.05º18.98%84.71%-
XYZ52.9448.9855.38-
YUV188.97128.58147.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=37.18%
G=30.12%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617519000.190.120.15338.0534.4576.67
HexD8AFBE013CF152224d
Octal330257276023141752242115
Binary110110001010111110111110010011110011111010100101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFBE; }

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

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

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

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

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

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

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

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