#D6B0BD

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

Shades of Melanie #D6B0BD

Tints of Melanie #D6B0BD

Color information

#D6B0BD (or 0xD6B0BD) is unknown color: approx Melanie. HEX triplet: D6, B0 and BD. RGB value is (214,176,189). Sum of RGB (Red+Green+Blue) = 214+176+189=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0BD is #294F42. Grayscale: #BCBCBC. Windows color (decimal): -2707267 or 12431574. OLE color: 12431574.

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

Color convert

RGB214176189-
CMYK00.180.120.16
HSL339.47º31.67%76.47%-
HSV(B)339.47º17.76%83.92%-
XYZ52.4449.0254.84-
YUV188.84128.09145.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=36.96%
G=30.40%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417618900.180.120.16339.4731.6776.47
HexD6B0BD012C10153204c
Octal326260275022142052340114
Binary1101011010110000101111010100101100100001010100111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B0BD; }

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

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

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

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

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

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

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

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