#DEB1BB

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

Shades of Melanie #DEB1BB

Tints of Melanie #DEB1BB

Color information

#DEB1BB (or 0xDEB1BB) is unknown color: approx Melanie. HEX triplet: DE, B1 and BB. RGB value is (222,177,187). Sum of RGB (Red+Green+Blue) = 222+177+187=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1BB is #214E44. Grayscale: #BFBFBF. Windows color (decimal): -2182725 or 12300766. OLE color: 12300766.

HSL color Cylindrical-coordinate representation of color #DEB1BB: hue angle of 346.67º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB1BB is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222177187-
CMYK00.200.160.13
HSL346.67º40.54%78.24%-
HSV(B)346.67º20.27%87.06%-
XYZ54.8250.5653.88-
YUV191.6125.41149.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=37.88%
G=30.20%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217718700.200.160.13346.6740.5478.24
HexDEB1BB01410D15b294e
Octal336261273024201553351116
Binary1101111010110001101110110101001000011011010110111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1BB; }

 p { color: rgb(222,177,187); }

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

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

 a { background-color: rgb(222,177,187); }

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

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

 span { border-color: rgb(222,177,187); }

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