#DEB6BF

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

Shades of Melanie #DEB6BF

Tints of Melanie #DEB6BF

Color information

#DEB6BF (or 0xDEB6BF) is unknown color: approx Melanie. HEX triplet: DE, B6 and BF. RGB value is (222,182,191). Sum of RGB (Red+Green+Blue) = 222+182+191=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB6BF is #214940. Grayscale: #C2C2C2. Windows color (decimal): -2181441 or 12564190. OLE color: 12564190.

HSL color Cylindrical-coordinate representation of color #DEB6BF: hue angle of 346.5º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEB6BF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB222182191-
CMYK00.180.140.13
HSL346.5º37.74%79.22%-
HSV(B)346.5º18.02%87.06%-
XYZ56.2652.7556.51-
YUV194.99125.75147.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 191 (75% from 255) = 32.10%
R=37.31%
G=30.59%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218219100.180.140.13346.537.7479.22
HexDEB6BF012ED15a264f
Octal336266277022161553246117
Binary110111101011011010111111010010111011011010110101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6BF; }

 p { color: rgb(222,182,191); }

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

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

 a { background-color: rgb(222,182,191); }

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

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

 span { border-color: rgb(222,182,191); }

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