#DEB1BD

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

Shades of Melanie #DEB1BD

Tints of Melanie #DEB1BD

Color information

#DEB1BD (or 0xDEB1BD) is unknown color: approx Melanie. HEX triplet: DE, B1 and BD. RGB value is (222,177,189). Sum of RGB (Red+Green+Blue) = 222+177+189=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1BD is #214E42. Grayscale: #BFBFBF. Windows color (decimal): -2182723 or 12431838. OLE color: 12431838.

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

Color convert

RGB222177189-
CMYK00.200.150.13
HSL344º40.54%78.24%-
HSV(B)344º20.27%87.06%-
XYZ55.0350.6555.02-
YUV191.82126.41149.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 177 (69.53% from 255) = 30.10%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=37.76%
G=30.10%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217718900.200.150.1334440.5478.24
HexDEB1BD014FD158294e
Octal336261275024171553051116
Binary110111101011000110111101010100111111011010110001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1BD; }

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

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

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

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

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

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

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

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