#D7B1BB

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

Shades of Melanie #D7B1BB

Tints of Melanie #D7B1BB

Color information

#D7B1BB (or 0xD7B1BB) is unknown color: approx Melanie. HEX triplet: D7, B1 and BB. RGB value is (215,177,187). Sum of RGB (Red+Green+Blue) = 215+177+187=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B1BB is #284E44. Grayscale: #BDBDBD. Windows color (decimal): -2641477 or 12300759. OLE color: 12300759.

HSL color Cylindrical-coordinate representation of color #D7B1BB: hue angle of 344.21º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B1BB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215177187-
CMYK00.180.130.16
HSL344.21º32.2%76.86%-
HSV(B)344.21º17.67%84.31%-
XYZ52.7249.4853.79-
YUV189.5126.59146.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=37.13%
G=30.57%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517718700.180.130.16344.2132.276.86
HexD7B1BB012D10158204d
Octal327261273022152053040115
Binary1101011110110001101110110100101101100001010110001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B1BB; }

 p { color: rgb(215,177,187); }

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

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

 a { background-color: rgb(215,177,187); }

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

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

 span { border-color: rgb(215,177,187); }

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