#D0B2BD

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

Shades of Melanie #D0B2BD

Tints of Melanie #D0B2BD

Color information

#D0B2BD (or 0xD0B2BD) is unknown color: approx Melanie. HEX triplet: D0, B2 and BD. RGB value is (208,178,189). Sum of RGB (Red+Green+Blue) = 208+178+189=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2BD is #2F4D42. Grayscale: #BCBCBC. Windows color (decimal): -3099971 or 12432080. OLE color: 12432080.

HSL color Cylindrical-coordinate representation of color #D0B2BD: hue angle of 338º 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 #D0B2BD is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208178189-
CMYK00.140.090.18
HSL338º24.19%75.69%-
HSV(B)338º14.42%81.57%-
XYZ51.1248.9254.89-
YUV188.22128.44142.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=36.17%
G=30.96%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817818900.140.090.1833824.1975.69
HexD0B2BD0E912152184c
Octal320262275016112252230114
Binary11010000101100101011110101110100110010101010010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B2BD; }

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

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

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

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

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

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

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

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