#D6B6BE

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

Shades of Melanie #D6B6BE

Tints of Melanie #D6B6BE

Color information

#D6B6BE (or 0xD6B6BE) is unknown color: approx Melanie. HEX triplet: D6, B6 and BE. RGB value is (214,182,190). Sum of RGB (Red+Green+Blue) = 214+182+190=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B6BE is #294941. Grayscale: #C0C0C0. Windows color (decimal): -2705730 or 12498646. OLE color: 12498646.

HSL color Cylindrical-coordinate representation of color #D6B6BE: hue angle of 345º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B6BE is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214182190-
CMYK00.150.110.16
HSL345º28.07%77.65%-
HSV(B)345º14.95%83.92%-
XYZ53.7551.4755.82-
YUV192.48126.6143.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 182 (71.48% from 255) = 31.06%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=36.52%
G=31.06%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418219000.150.110.1634528.0777.65
HexD6B6BE0FB101591c4e
Octal326266276017132053134116
Binary11010110101101101011111001111101110000101011001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B6BE; }

 p { color: rgb(214,182,190); }

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

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

 a { background-color: rgb(214,182,190); }

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

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

 span { border-color: rgb(214,182,190); }

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