#D5B8BE

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

Shades of Melanie #D5B8BE

Tints of Melanie #D5B8BE

Color information

#D5B8BE (or 0xD5B8BE) is unknown color: approx Melanie. HEX triplet: D5, B8 and BE. RGB value is (213,184,190). Sum of RGB (Red+Green+Blue) = 213+184+190=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B8BE is #2A4741. Grayscale: #C1C1C1. Windows color (decimal): -2770754 or 12499157. OLE color: 12499157.

HSL color Cylindrical-coordinate representation of color #D5B8BE: hue angle of 347.59º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5B8BE is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213184190-
CMYK00.140.110.16
HSL347.59º25.66%77.84%-
HSV(B)347.59º13.62%83.53%-
XYZ53.8852.1455.94-
YUV193.36126.11142.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=36.29%
G=31.35%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318419000.140.110.16347.5925.6677.84
HexD5B8BE0EB1015c1a4e
Octal325270276016132053432116
Binary11010101101110001011111001110101110000101011100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B8BE; }

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

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

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

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

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

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

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

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