#DEB5BD

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

Shades of Melanie #DEB5BD

Tints of Melanie #DEB5BD

Color information

#DEB5BD (or 0xDEB5BD) is unknown color: approx Melanie. HEX triplet: DE, B5 and BD. RGB value is (222,181,189). Sum of RGB (Red+Green+Blue) = 222+181+189=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5BD is #214A42. Grayscale: #C2C2C2. Windows color (decimal): -2181699 or 12432862. OLE color: 12432862.

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

Color convert

RGB222181189-
CMYK00.180.150.13
HSL348.29º38.32%79.02%-
HSV(B)348.29º18.47%87.06%-
XYZ55.8352.2555.29-
YUV194.17125.08147.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=37.5%
G=30.57%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218118900.180.150.13348.2938.3279.02
HexDEB5BD012FD15c264f
Octal336265275022171553446117
Binary110111101011010110111101010010111111011010111001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5BD; }

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

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

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

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

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

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

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

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