#DEA8BD

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

Shades of Melanie #DEA8BD

Tints of Melanie #DEA8BD

Color information

#DEA8BD (or 0xDEA8BD) is unknown color: approx Melanie. HEX triplet: DE, A8 and BD. RGB value is (222,168,189). Sum of RGB (Red+Green+Blue) = 222+168+189=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8BD is #215742. Grayscale: #BABABA. Windows color (decimal): -2185027 or 12429534. OLE color: 12429534.

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

Color convert

RGB222168189-
CMYK00.240.150.13
HSL336.67º45%76.47%-
HSV(B)336.67º24.32%87.06%-
XYZ53.3147.2154.45-
YUV186.54129.39153.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=38.34%
G=29.02%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216818900.240.150.13336.674576.47
HexDEA8BD018FD1512d4c
Octal336250275030171552155114
Binary110111101010100010111101011000111111011010100011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8BD; }

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

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

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

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

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

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

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

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