#D9BAC6

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

Shades of Melanie #D9BAC6

Tints of Melanie #D9BAC6

Color information

#D9BAC6 (or 0xD9BAC6) is unknown color: approx Melanie. HEX triplet: D9, BA and C6. RGB value is (217,186,198). Sum of RGB (Red+Green+Blue) = 217+186+198=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC6 is #264539. Grayscale: #C4C4C4. Windows color (decimal): -2508090 or 13023961. OLE color: 13023961.

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

Color convert

RGB217186198-
CMYK00.140.090.15
HSL336.77º28.97%79.02%-
HSV(B)336.77º14.29%85.1%-
XYZ56.3753.9560.87-
YUV196.64128.77142.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 198 (77.73% from 255) = 32.95%
R=36.11%
G=30.95%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718619800.140.090.15336.7728.9779.02
HexD9BAC60E9F1511d4f
Octal331272306016111752135117
Binary1101100110111010110001100111010011111101010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAC6; }

 p { color: rgb(217,186,198); }

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

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

 a { background-color: rgb(217,186,198); }

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

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

 span { border-color: rgb(217,186,198); }

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