#DEA6B9

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

Shades of Melanie #DEA6B9

Tints of Melanie #DEA6B9

Color information

#DEA6B9 (or 0xDEA6B9) is unknown color: approx Melanie. HEX triplet: DE, A6 and B9. RGB value is (222,166,185). Sum of RGB (Red+Green+Blue) = 222+166+185=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6B9 is #215946. Grayscale: #B8B8B8. Windows color (decimal): -2185543 or 12166878. OLE color: 12166878.

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

Color convert

RGB222166185-
CMYK00.250.170.13
HSL339.64º45.9%76.08%-
HSV(B)339.64º25.23%87.06%-
XYZ52.5246.352.07-
YUV184.91128.05154.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=38.74%
G=28.97%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216618500.250.170.13339.6445.976.08
HexDEA6B901911D1542e4c
Octal336246271031211552456114
Binary1101111010100110101110010110011000111011010101001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6B9; }

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

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

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

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

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

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

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

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