#D6B0BA

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

Shades of Melanie #D6B0BA

Tints of Melanie #D6B0BA

Color information

#D6B0BA (or 0xD6B0BA) is unknown color: approx Melanie. HEX triplet: D6, B0 and BA. RGB value is (214,176,186). Sum of RGB (Red+Green+Blue) = 214+176+186=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0BA is #294F45. Grayscale: #BCBCBC. Windows color (decimal): -2707270 or 12234966. OLE color: 12234966.

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

Color convert

RGB214176186-
CMYK00.180.130.16
HSL344.21º31.67%76.47%-
HSV(B)344.21º17.76%83.92%-
XYZ52.1248.8953.14-
YUV188.5126.59146.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=37.15%
G=30.56%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417618600.180.130.16344.2131.6776.47
HexD6B0BA012D10158204c
Octal326260272022152053040114
Binary1101011010110000101110100100101101100001010110001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B0BA; }

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

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

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

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

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

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

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

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