#D8AFBD

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

Shades of Melanie #D8AFBD

Tints of Melanie #D8AFBD

Color information

#D8AFBD (or 0xD8AFBD) is unknown color: approx Melanie. HEX triplet: D8, AF and BD. RGB value is (216,175,189). Sum of RGB (Red+Green+Blue) = 216+175+189=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBD is #275042. Grayscale: #BCBCBC. Windows color (decimal): -2576451 or 12431320. OLE color: 12431320.

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

Color convert

RGB216175189-
CMYK00.190.120.15
HSL339.51º34.45%76.67%-
HSV(B)339.51º18.98%84.71%-
XYZ52.8348.9354.8-
YUV188.86128.08147.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=37.24%
G=30.17%
B=32.59%

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
Decimal21617518900.190.120.15339.5134.4576.67
HexD8AFBD013CF154224d
Octal330257275023141752442115
Binary110110001010111110111101010011110011111010101001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFBD; }

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

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

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

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

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

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

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

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