#D1BABF

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

Shades of Melanie #D1BABF

Tints of Melanie #D1BABF

Color information

#D1BABF (or 0xD1BABF) is unknown color: approx Melanie. HEX triplet: D1, BA and BF. RGB value is (209,186,191). Sum of RGB (Red+Green+Blue) = 209+186+191=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BABF is #2E4540. Grayscale: #C1C1C1. Windows color (decimal): -3032385 or 12565201. OLE color: 12565201.

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

Color convert

RGB209186191-
CMYK00.110.090.18
HSL346.96º20%77.45%-
HSV(B)346.96º11%81.96%-
XYZ53.2652.4356.6-
YUV193.45126.62139.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 191 (75% from 255) = 32.59%
R=35.67%
G=31.74%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918619100.110.090.18346.962077.45
HexD1BABF0B91215b144d
Octal321272277013112253324115
Binary11010001101110101011111101011100110010101011011101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BABF; }

 p { color: rgb(209,186,191); }

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

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

 a { background-color: rgb(209,186,191); }

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

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

 span { border-color: rgb(209,186,191); }

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