#DEB5BF

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

Shades of Melanie #DEB5BF

Tints of Melanie #DEB5BF

Color information

#DEB5BF (or 0xDEB5BF) is unknown color: approx Melanie. HEX triplet: DE, B5 and BF. RGB value is (222,181,191). Sum of RGB (Red+Green+Blue) = 222+181+191=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5BF is #214A40. Grayscale: #C2C2C2. Windows color (decimal): -2181697 or 12563934. OLE color: 12563934.

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

Color convert

RGB222181191-
CMYK00.180.140.13
HSL345.37º38.32%79.02%-
HSV(B)345.37º18.47%87.06%-
XYZ56.0552.3456.44-
YUV194.4126.08147.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 181 (71.09% from 255) = 30.47%
BLUE value IS 191 (75% from 255) = 32.15%
R=37.37%
G=30.47%
B=32.15%

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
Decimal22218119100.180.140.13345.3738.3279.02
HexDEB5BF012ED159264f
Octal336265277022161553146117
Binary110111101011010110111111010010111011011010110011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5BF; }

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

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

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

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

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

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

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

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