#D5B6C1

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

Shades of Melanie #D5B6C1

Tints of Melanie #D5B6C1

Color information

#D5B6C1 (or 0xD5B6C1) is unknown color: approx Melanie. HEX triplet: D5, B6 and C1. RGB value is (213,182,193). Sum of RGB (Red+Green+Blue) = 213+182+193=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6C1 is #2A493E. Grayscale: #C0C0C0. Windows color (decimal): -2771263 or 12695253. OLE color: 12695253.

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

Color convert

RGB213182193-
CMYK00.150.090.16
HSL338.71º26.96%77.45%-
HSV(B)338.71º14.55%83.53%-
XYZ53.7951.4557.55-
YUV192.52128.27142.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 193 (75.78% from 255) = 32.82%
R=36.22%
G=30.95%
B=32.82%

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
Decimal21318219300.150.090.16338.7126.9677.45
HexD5B6C10F9101531b4d
Octal325266301017112052333115
Binary11010101101101101100000101111100110000101010011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6C1; }

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

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

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

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

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

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

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

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