#D7AFBC

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

Shades of Melanie #D7AFBC

Tints of Melanie #D7AFBC

Color information

#D7AFBC (or 0xD7AFBC) is unknown color: approx Melanie. HEX triplet: D7, AF and BC. RGB value is (215,175,188). Sum of RGB (Red+Green+Blue) = 215+175+188=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFBC is #285043. Grayscale: #BCBCBC. Windows color (decimal): -2641988 or 12365783. OLE color: 12365783.

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

Color convert

RGB215175188-
CMYK00.190.130.16
HSL340.5º33.33%76.47%-
HSV(B)340.5º18.6%84.31%-
XYZ52.4348.7454.22-
YUV188.44127.75146.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=37.20%
G=30.28%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517518800.190.130.16340.533.3376.47
HexD7AFBC013D10154214c
Octal327257274023152052441114
Binary1101011110101111101111000100111101100001010101001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFBC; }

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

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

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

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

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

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

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

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