#D8AFC0

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

Shades of Melanie #D8AFC0

Tints of Melanie #D8AFC0

Color information

#D8AFC0 (or 0xD8AFC0) is unknown color: approx Melanie. HEX triplet: D8, AF and C0. RGB value is (216,175,192). Sum of RGB (Red+Green+Blue) = 216+175+192=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFC0 is #27503F. Grayscale: #BDBDBD. Windows color (decimal): -2576448 or 12627928. OLE color: 12627928.

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

Color convert

RGB216175192-
CMYK00.190.110.15
HSL335.12º34.45%76.67%-
HSV(B)335.12º18.98%84.71%-
XYZ53.1649.0656.54-
YUV189.2129.58147.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=37.05%
G=30.02%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617519200.190.110.15335.1234.4576.67
HexD8AFC0013BF14f224d
Octal330257300023131751742115
Binary110110001010111111000000010011101111111010011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFC0; }

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

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

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

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

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

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

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

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