#DEB0BB

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

Shades of Melanie #DEB0BB

Tints of Melanie #DEB0BB

Color information

#DEB0BB (or 0xDEB0BB) is unknown color: approx Melanie. HEX triplet: DE, B0 and BB. RGB value is (222,176,187). Sum of RGB (Red+Green+Blue) = 222+176+187=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0BB is #214F44. Grayscale: #BFBFBF. Windows color (decimal): -2182981 or 12300510. OLE color: 12300510.

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

Color convert

RGB222176187-
CMYK00.210.160.13
HSL345.65º41.07%78.04%-
HSV(B)345.65º20.72%87.06%-
XYZ54.6250.1753.82-
YUV191.01125.74150.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=37.95%
G=30.09%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217618700.210.160.13345.6541.0778.04
HexDEB0BB01510D15a294e
Octal336260273025201553251116
Binary1101111010110000101110110101011000011011010110101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0BB; }

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

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

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

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

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

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

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

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