#DEA8B9

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

Shades of Melanie #DEA8B9

Tints of Melanie #DEA8B9

Color information

#DEA8B9 (or 0xDEA8B9) is unknown color: approx Melanie. HEX triplet: DE, A8 and B9. RGB value is (222,168,185). Sum of RGB (Red+Green+Blue) = 222+168+185=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8B9 is #215746. Grayscale: #BABABA. Windows color (decimal): -2185031 or 12167390. OLE color: 12167390.

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

Color convert

RGB222168185-
CMYK00.240.170.13
HSL341.11º45%76.47%-
HSV(B)341.11º24.32%87.06%-
XYZ52.8847.0452.19-
YUV186.08127.39153.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=38.61%
G=29.22%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216818500.240.170.13341.114576.47
HexDEA8B901811D1552d4c
Octal336250271030211552555114
Binary1101111010101000101110010110001000111011010101011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8B9; }

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

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

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

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

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

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

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

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