#D5B4BE

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

Shades of Melanie #D5B4BE

Tints of Melanie #D5B4BE

Color information

#D5B4BE (or 0xD5B4BE) is unknown color: approx Melanie. HEX triplet: D5, B4 and BE. RGB value is (213,180,190). Sum of RGB (Red+Green+Blue) = 213+180+190=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B4BE is #2A4B41. Grayscale: #BFBFBF. Windows color (decimal): -2771778 or 12498133. OLE color: 12498133.

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

Color convert

RGB213180190-
CMYK00.150.110.16
HSL341.82º28.21%77.06%-
HSV(B)341.82º15.49%83.53%-
XYZ53.0650.5155.67-
YUV191.01127.43143.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=36.54%
G=30.87%
B=32.59%

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
Decimal21318019000.150.110.16341.8228.2177.06
HexD5B4BE0FB101561c4d
Octal325264276017132052634115
Binary11010101101101001011111001111101110000101010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B4BE; }

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

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

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

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

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

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

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

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