#D8B3C0

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

Shades of Melanie #D8B3C0

Tints of Melanie #D8B3C0

Color information

#D8B3C0 (or 0xD8B3C0) is unknown color: approx Melanie. HEX triplet: D8, B3 and C0. RGB value is (216,179,192). Sum of RGB (Red+Green+Blue) = 216+179+192=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3C0 is #274C3F. Grayscale: #BFBFBF. Windows color (decimal): -2575424 or 12628952. OLE color: 12628952.

HSL color Cylindrical-coordinate representation of color #D8B3C0: hue angle of 338.92º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B3C0 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216179192-
CMYK00.170.110.15
HSL338.92º32.17%77.45%-
HSV(B)338.92º17.13%84.71%-
XYZ53.9550.6456.8-
YUV191.54128.26145.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=36.80%
G=30.49%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617919200.170.110.15338.9232.1777.45
HexD8B3C0011BF153204d
Octal330263300021131752340115
Binary110110001011001111000000010001101111111010100111000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B3C0; }

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

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

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

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

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

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

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

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