#D5B6C2

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

Shades of Melanie #D5B6C2

Tints of Melanie #D5B6C2

Color information

#D5B6C2 (or 0xD5B6C2) is unknown color: approx Melanie. HEX triplet: D5, B6 and C2. RGB value is (213,182,194). Sum of RGB (Red+Green+Blue) = 213+182+194=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6C2 is #2A493D. Grayscale: #C0C0C0. Windows color (decimal): -2771262 or 12760789. OLE color: 12760789.

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

Color convert

RGB213182194-
CMYK00.150.090.16
HSL336.77º26.96%77.45%-
HSV(B)336.77º14.55%83.53%-
XYZ53.9151.558.14-
YUV192.64128.77142.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=36.16%
G=30.90%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318219400.150.090.16336.7726.9677.45
HexD5B6C20F9101511b4d
Octal325266302017112052133115
Binary11010101101101101100001001111100110000101010001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6C2; }

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

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

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

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

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

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

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

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