#D6B1BB

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

Shades of Melanie #D6B1BB

Tints of Melanie #D6B1BB

Color information

#D6B1BB (or 0xD6B1BB) is unknown color: approx Melanie. HEX triplet: D6, B1 and BB. RGB value is (214,177,187). Sum of RGB (Red+Green+Blue) = 214+177+187=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1BB is #294E44. Grayscale: #BDBDBD. Windows color (decimal): -2707013 or 12300758. OLE color: 12300758.

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

Color convert

RGB214177187-
CMYK00.170.130.16
HSL343.78º31.09%76.67%-
HSV(B)343.78º17.29%83.92%-
XYZ52.4249.3353.77-
YUV189.2126.76145.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=37.02%
G=30.62%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417718700.170.130.16343.7831.0976.67
HexD6B1BB011D101581f4d
Octal326261273021152053037115
Binary110101101011000110111011010001110110000101011000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B1BB; }

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

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

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

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

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

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

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

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