#D0B4BB

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

Shades of Melanie #D0B4BB

Tints of Melanie #D0B4BB

Color information

#D0B4BB (or 0xD0B4BB) is unknown color: approx Melanie. HEX triplet: D0, B4 and BB. RGB value is (208,180,187). Sum of RGB (Red+Green+Blue) = 208+180+187=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4BB is #2F4B44. Grayscale: #BDBDBD. Windows color (decimal): -3099461 or 12301520. OLE color: 12301520.

HSL color Cylindrical-coordinate representation of color #D0B4BB: hue angle of 345º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0B4BB is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB208180187-
CMYK00.130.100.18
HSL345º22.95%76.08%-
HSV(B)345º13.46%81.57%-
XYZ51.349.6453.89-
YUV189.17126.78141.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=36.17%
G=31.30%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818018700.130.100.1834522.9576.08
HexD0B4BB0DA12159174c
Octal320264273015122253127114
Binary11010000101101001011101101101101010010101011001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B4BB; }

 p { color: rgb(208,180,187); }

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

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

 a { background-color: rgb(208,180,187); }

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

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

 span { border-color: rgb(208,180,187); }

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