#D6B5BE

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

Shades of Melanie #D6B5BE

Tints of Melanie #D6B5BE

Color information

#D6B5BE (or 0xD6B5BE) is unknown color: approx Melanie. HEX triplet: D6, B5 and BE. RGB value is (214,181,190). Sum of RGB (Red+Green+Blue) = 214+181+190=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5BE is #294A41. Grayscale: #BFBFBF. Windows color (decimal): -2705986 or 12498390. OLE color: 12498390.

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

Color convert

RGB214181190-
CMYK00.150.110.16
HSL343.64º28.7%77.45%-
HSV(B)343.64º15.42%83.92%-
XYZ53.5551.0655.75-
YUV191.89126.93143.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=36.58%
G=30.94%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418119000.150.110.16343.6428.777.45
HexD6B5BE0FB101581d4d
Octal326265276017132053035115
Binary11010110101101011011111001111101110000101011000111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B5BE; }

 p { color: rgb(214,181,190); }

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

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

 a { background-color: rgb(214,181,190); }

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

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

 span { border-color: rgb(214,181,190); }

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