#D0B1BD

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

Shades of Melanie #D0B1BD

Tints of Melanie #D0B1BD

Color information

#D0B1BD (or 0xD0B1BD) is unknown color: approx Melanie. HEX triplet: D0, B1 and BD. RGB value is (208,177,189). Sum of RGB (Red+Green+Blue) = 208+177+189=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B1BD is #2F4E42. Grayscale: #BBBBBB. Windows color (decimal): -3100227 or 12431824. OLE color: 12431824.

HSL color Cylindrical-coordinate representation of color #D0B1BD: hue angle of 336.77º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B1BD is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208177189-
CMYK00.150.090.18
HSL336.77º24.8%75.49%-
HSV(B)336.77º14.9%81.57%-
XYZ50.9248.5354.83-
YUV187.64128.77142.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=36.24%
G=30.84%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817718900.150.090.18336.7724.875.49
HexD0B1BD0F912151194b
Octal320261275017112252131113
Binary11010000101100011011110101111100110010101010001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B1BD; }

 p { color: rgb(208,177,189); }

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

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

 a { background-color: rgb(208,177,189); }

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

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

 span { border-color: rgb(208,177,189); }

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