#DEA8BB

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

Shades of Melanie #DEA8BB

Tints of Melanie #DEA8BB

Color information

#DEA8BB (or 0xDEA8BB) is unknown color: approx Melanie. HEX triplet: DE, A8 and BB. RGB value is (222,168,187). Sum of RGB (Red+Green+Blue) = 222+168+187=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8BB is #215744. Grayscale: #BABABA. Windows color (decimal): -2185029 or 12298462. OLE color: 12298462.

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

Color convert

RGB222168187-
CMYK00.240.160.13
HSL338.89º45%76.47%-
HSV(B)338.89º24.32%87.06%-
XYZ53.147.1253.31-
YUV186.31128.39153.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 168 (66.02% from 255) = 29.12%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=38.47%
G=29.12%
B=32.41%

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
Decimal22216818700.240.160.13338.894576.47
HexDEA8BB01810D1532d4c
Octal336250273030201552355114
Binary1101111010101000101110110110001000011011010100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8BB; }

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

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

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

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

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

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

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

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