#DEA8B8

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

Shades of Melanie #DEA8B8

Tints of Melanie #DEA8B8

Color information

#DEA8B8 (or 0xDEA8B8) is unknown color: approx Melanie. HEX triplet: DE, A8 and B8. RGB value is (222,168,184). Sum of RGB (Red+Green+Blue) = 222+168+184=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8B8 is #215747. Grayscale: #B9B9B9. Windows color (decimal): -2185032 or 12101854. OLE color: 12101854.

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

Color convert

RGB222168184-
CMYK00.240.170.13
HSL342.22º45%76.47%-
HSV(B)342.22º24.32%87.06%-
XYZ52.784751.64-
YUV185.97126.89153.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 168 (66.02% from 255) = 29.27%
BLUE value IS 184 (72.27% from 255) = 32.06%
R=38.68%
G=29.27%
B=32.06%

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
Decimal22216818400.240.170.13342.224576.47
HexDEA8B801811D1562d4c
Octal336250270030211552655114
Binary1101111010101000101110000110001000111011010101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8B8; }

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

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

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

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

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

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

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

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