#D7AFBF

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

Shades of Melanie #D7AFBF

Tints of Melanie #D7AFBF

Color information

#D7AFBF (or 0xD7AFBF) is unknown color: approx Melanie. HEX triplet: D7, AF and BF. RGB value is (215,175,191). Sum of RGB (Red+Green+Blue) = 215+175+191=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFBF is #285040. Grayscale: #BCBCBC. Windows color (decimal): -2641985 or 12562391. OLE color: 12562391.

HSL color Cylindrical-coordinate representation of color #D7AFBF: hue angle of 336º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AFBF is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215175191-
CMYK00.190.110.16
HSL336º33.33%76.47%-
HSV(B)336º18.6%84.31%-
XYZ52.7648.8755.94-
YUV188.78129.25146.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 191 (75% from 255) = 32.87%
R=37.01%
G=30.12%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517519100.190.110.1633633.3376.47
HexD7AFBF013B10150214c
Octal327257277023132052041114
Binary1101011110101111101111110100111011100001010100001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFBF; }

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

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

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

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

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

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

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

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