#DEA9BF

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

Shades of Melanie #DEA9BF

Tints of Melanie #DEA9BF

Color information

#DEA9BF (or 0xDEA9BF) is unknown color: approx Melanie. HEX triplet: DE, A9 and BF. RGB value is (222,169,191). Sum of RGB (Red+Green+Blue) = 222+169+191=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9BF is #215640. Grayscale: #BBBBBB. Windows color (decimal): -2184769 or 12560862. OLE color: 12560862.

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

Color convert

RGB222169191-
CMYK00.240.140.13
HSL335.09º44.54%76.67%-
HSV(B)335.09º23.87%87.06%-
XYZ53.7247.6755.66-
YUV187.36130.06152.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 191 (75% from 255) = 32.82%
R=38.14%
G=29.04%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216919100.240.140.13335.0944.5476.67
HexDEA9BF018ED14f2d4d
Octal336251277030161551755115
Binary110111101010100110111111011000111011011010011111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9BF; }

 p { color: rgb(222,169,191); }

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

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

 a { background-color: rgb(222,169,191); }

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

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

 span { border-color: rgb(222,169,191); }

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