#D5B6C0

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

Shades of Melanie #D5B6C0

Tints of Melanie #D5B6C0

Color information

#D5B6C0 (or 0xD5B6C0) is unknown color: approx Melanie. HEX triplet: D5, B6 and C0. RGB value is (213,182,192). Sum of RGB (Red+Green+Blue) = 213+182+192=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6C0 is #2A493F. Grayscale: #C0C0C0. Windows color (decimal): -2771264 or 12629717. OLE color: 12629717.

HSL color Cylindrical-coordinate representation of color #D5B6C0: hue angle of 340.65º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B6C0 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213182192-
CMYK00.150.100.16
HSL340.65º26.96%77.45%-
HSV(B)340.65º14.55%83.53%-
XYZ53.6851.4156.96-
YUV192.41127.77142.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 182 (71.48% from 255) = 31.01%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=36.29%
G=31.01%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318219200.150.100.16340.6526.9677.45
HexD5B6C00FA101551b4d
Octal325266300017122052533115
Binary11010101101101101100000001111101010000101010101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6C0; }

 p { color: rgb(213,182,192); }

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

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

 a { background-color: rgb(213,182,192); }

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

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

 span { border-color: rgb(213,182,192); }

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