#D0B2BB

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

Shades of Melanie #D0B2BB

Tints of Melanie #D0B2BB

Color information

#D0B2BB (or 0xD0B2BB) is unknown color: approx Melanie. HEX triplet: D0, B2 and BB. RGB value is (208,178,187). Sum of RGB (Red+Green+Blue) = 208+178+187=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2BB is #2F4D44. Grayscale: #BBBBBB. Windows color (decimal): -3099973 or 12301008. OLE color: 12301008.

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

Color convert

RGB208178187-
CMYK00.140.100.18
HSL342º24.19%75.69%-
HSV(B)342º14.42%81.57%-
XYZ50.948.8453.76-
YUV188127.44142.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=36.30%
G=31.06%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817818700.140.100.1834224.1975.69
HexD0B2BB0EA12156184c
Octal320262273016122252630114
Binary11010000101100101011101101110101010010101010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B2BB; }

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

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

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

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

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

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

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

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