#D8BABF

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

Shades of Melanie #D8BABF

Tints of Melanie #D8BABF

Color information

#D8BABF (or 0xD8BABF) is unknown color: approx Melanie. HEX triplet: D8, BA and BF. RGB value is (216,186,191). Sum of RGB (Red+Green+Blue) = 216+186+191=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BABF is #274540. Grayscale: #C3C3C3. Windows color (decimal): -2573633 or 12565208. OLE color: 12565208.

HSL color Cylindrical-coordinate representation of color #D8BABF: hue angle of 350º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BABF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216186191-
CMYK00.140.120.15
HSL350º27.78%78.82%-
HSV(B)350º13.89%84.71%-
XYZ55.2853.4856.7-
YUV195.54125.44142.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 191 (75% from 255) = 32.21%
R=36.42%
G=31.37%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618619100.140.120.1535027.7878.82
HexD8BABF0ECF15e1c4f
Octal330272277016141753634117
Binary1101100010111010101111110111011001111101011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BABF; }

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

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

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

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

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

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

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

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