#D7B0BB

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

Shades of Melanie #D7B0BB

Tints of Melanie #D7B0BB

Color information

#D7B0BB (or 0xD7B0BB) is unknown color: approx Melanie. HEX triplet: D7, B0 and BB. RGB value is (215,176,187). Sum of RGB (Red+Green+Blue) = 215+176+187=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0BB is #284F44. Grayscale: #BCBCBC. Windows color (decimal): -2641733 or 12300503. OLE color: 12300503.

HSL color Cylindrical-coordinate representation of color #D7B0BB: hue angle of 343.08º degrees, saturation: 0.33, 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 #D7B0BB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215176187-
CMYK00.180.130.16
HSL343.08º32.77%76.67%-
HSV(B)343.08º18.14%84.31%-
XYZ52.5249.0953.72-
YUV188.92126.92146.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=37.20%
G=30.45%
B=32.35%

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
Decimal21517618700.180.130.16343.0832.7776.67
HexD7B0BB012D10157214d
Octal327260273022152052741115
Binary1101011110110000101110110100101101100001010101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0BB; }

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

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

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

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

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

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

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

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