#D6BAC0

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

Shades of Melanie #D6BAC0

Tints of Melanie #D6BAC0

Color information

#D6BAC0 (or 0xD6BAC0) is unknown color: approx Melanie. HEX triplet: D6, BA and C0. RGB value is (214,186,192). Sum of RGB (Red+Green+Blue) = 214+186+192=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC0 is #29453F. Grayscale: #C3C3C3. Windows color (decimal): -2704704 or 12630742. OLE color: 12630742.

HSL color Cylindrical-coordinate representation of color #D6BAC0: hue angle of 347.14º 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 #D6BAC0 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214186192-
CMYK00.130.100.16
HSL347.14º25.45%78.43%-
HSV(B)347.14º13.08%83.92%-
XYZ54.853.2257.25-
YUV195.06126.28141.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=36.15%
G=31.42%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418619200.130.100.16347.1425.4578.43
HexD6BAC00DA1015b194e
Octal326272300015122053331116
Binary11010110101110101100000001101101010000101011011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAC0; }

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

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

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

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

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

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

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

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