#D6BAC2

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

Shades of Melanie #D6BAC2

Tints of Melanie #D6BAC2

Color information

#D6BAC2 (or 0xD6BAC2) is unknown color: approx Melanie. HEX triplet: D6, BA and C2. RGB value is (214,186,194). Sum of RGB (Red+Green+Blue) = 214+186+194=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC2 is #29453D. Grayscale: #C3C3C3. Windows color (decimal): -2704702 or 12761814. OLE color: 12761814.

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

Color convert

RGB214186194-
CMYK00.130.090.16
HSL342.86º25.45%78.43%-
HSV(B)342.86º13.08%83.92%-
XYZ55.0353.3158.43-
YUV195.28127.28141.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 194 (76.17% from 255) = 32.66%
R=36.03%
G=31.31%
B=32.66%

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
Decimal21418619400.130.090.16342.8625.4578.43
HexD6BAC20D910157194e
Octal326272302015112052731116
Binary11010110101110101100001001101100110000101010111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAC2; }

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

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

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

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

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

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

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

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