#DEB4BD

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

Shades of Melanie #DEB4BD

Tints of Melanie #DEB4BD

Color information

#DEB4BD (or 0xDEB4BD) is unknown color: approx Melanie. HEX triplet: DE, B4 and BD. RGB value is (222,180,189). Sum of RGB (Red+Green+Blue) = 222+180+189=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB4BD is #214B42. Grayscale: #C1C1C1. Windows color (decimal): -2181955 or 12432606. OLE color: 12432606.

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

Color convert

RGB222180189-
CMYK00.190.150.13
HSL347.14º38.89%78.82%-
HSV(B)347.14º18.92%87.06%-
XYZ55.6351.8555.22-
YUV193.58125.41148.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=37.56%
G=30.46%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218018900.190.150.13347.1438.8978.82
HexDEB4BD013FD15b274f
Octal336264275023171553347117
Binary110111101011010010111101010011111111011010110111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4BD; }

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

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

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

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

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

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

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

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