#D6A7BA

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

Shades of Melanie #D6A7BA

Tints of Melanie #D6A7BA

Color information

#D6A7BA (or 0xD6A7BA) is unknown color: approx Melanie. HEX triplet: D6, A7 and BA. RGB value is (214,167,186). Sum of RGB (Red+Green+Blue) = 214+167+186=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7BA is #295845. Grayscale: #B7B7B7. Windows color (decimal): -2709574 or 12232662. OLE color: 12232662.

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

Color convert

RGB214167186-
CMYK00.220.130.16
HSL335.74º36.43%74.71%-
HSV(B)335.74º21.96%83.92%-
XYZ50.4145.4852.58-
YUV183.22129.57149.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=37.74%
G=29.45%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416718600.220.130.16335.7436.4374.71
HexD6A7BA016D10150244b
Octal326247272026152052044113
Binary1101011010100111101110100101101101100001010100001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7BA; }

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

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

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

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

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

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

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

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