#DEA8BA

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

Shades of Melanie #DEA8BA

Tints of Melanie #DEA8BA

Color information

#DEA8BA (or 0xDEA8BA) is unknown color: approx Melanie. HEX triplet: DE, A8 and BA. RGB value is (222,168,186). Sum of RGB (Red+Green+Blue) = 222+168+186=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8BA is #215745. Grayscale: #BABABA. Windows color (decimal): -2185030 or 12232926. OLE color: 12232926.

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

Color convert

RGB222168186-
CMYK00.240.160.13
HSL340º45%76.47%-
HSV(B)340º24.32%87.06%-
XYZ52.9947.0852.75-
YUV186.2127.89153.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 168 (66.02% from 255) = 29.17%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=38.54%
G=29.17%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216818600.240.160.133404576.47
HexDEA8BA01810D1542d4c
Octal336250272030201552455114
Binary1101111010101000101110100110001000011011010101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8BA; }

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

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

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

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

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

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

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

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