#D8AFBF

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

Shades of Melanie #D8AFBF

Tints of Melanie #D8AFBF

Color information

#D8AFBF (or 0xD8AFBF) is unknown color: approx Melanie. HEX triplet: D8, AF and BF. RGB value is (216,175,191). Sum of RGB (Red+Green+Blue) = 216+175+191=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBF is #275040. Grayscale: #BDBDBD. Windows color (decimal): -2576449 or 12562392. OLE color: 12562392.

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

Color convert

RGB216175191-
CMYK00.190.120.15
HSL336.59º34.45%76.67%-
HSV(B)336.59º18.98%84.71%-
XYZ53.0549.0255.96-
YUV189.08129.08147.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 191 (75% from 255) = 32.82%
R=37.11%
G=30.07%
B=32.82%

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
Decimal21617519100.190.120.15336.5934.4576.67
HexD8AFBF013CF151224d
Octal330257277023141752142115
Binary110110001010111110111111010011110011111010100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFBF; }

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

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

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

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

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

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

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

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