#D5B6BE

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

Shades of Melanie #D5B6BE

Tints of Melanie #D5B6BE

Color information

#D5B6BE (or 0xD5B6BE) is unknown color: approx Melanie. HEX triplet: D5, B6 and BE. RGB value is (213,182,190). Sum of RGB (Red+Green+Blue) = 213+182+190=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6BE is #2A4941. Grayscale: #C0C0C0. Windows color (decimal): -2771266 or 12498645. OLE color: 12498645.

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

Color convert

RGB213182190-
CMYK00.150.110.16
HSL344.52º26.96%77.45%-
HSV(B)344.52º14.55%83.53%-
XYZ53.4651.3255.8-
YUV192.18126.77142.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=36.41%
G=31.11%
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
Decimal21318219000.150.110.16344.5226.9677.45
HexD5B6BE0FB101591b4d
Octal325266276017132053133115
Binary11010101101101101011111001111101110000101011001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6BE; }

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

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

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

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

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

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

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

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