#D6BAC3

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

Shades of Melanie #D6BAC3

Tints of Melanie #D6BAC3

Color information

#D6BAC3 (or 0xD6BAC3) is unknown color: approx Melanie. HEX triplet: D6, BA and C3. RGB value is (214,186,195). Sum of RGB (Red+Green+Blue) = 214+186+195=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC3 is #29453C. Grayscale: #C3C3C3. Windows color (decimal): -2704701 or 12827350. OLE color: 12827350.

HSL color Cylindrical-coordinate representation of color #D6BAC3: hue angle of 340.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BAC3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB214186195-
CMYK00.130.090.16
HSL340.71º25.45%78.43%-
HSV(B)340.71º13.08%83.92%-
XYZ55.1453.3559.02-
YUV195.4127.78141.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 195 (76.56% from 255) = 32.77%
R=35.97%
G=31.26%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418619500.130.090.16340.7125.4578.43
HexD6BAC30D910155194e
Octal326272303015112052531116
Binary11010110101110101100001101101100110000101010101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAC3; }

 p { color: rgb(214,186,195); }

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

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

 a { background-color: rgb(214,186,195); }

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

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

 span { border-color: rgb(214,186,195); }

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