#DEAABD

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

Shades of Melanie #DEAABD

Tints of Melanie #DEAABD

Color information

#DEAABD (or 0xDEAABD) is unknown color: approx Melanie. HEX triplet: DE, AA and BD. RGB value is (222,170,189). Sum of RGB (Red+Green+Blue) = 222+170+189=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAABD is #215542. Grayscale: #BBBBBB. Windows color (decimal): -2184515 or 12430046. OLE color: 12430046.

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

Color convert

RGB222170189-
CMYK00.230.150.13
HSL338.08º44.07%76.86%-
HSV(B)338.08º23.42%87.06%-
XYZ53.6847.9554.57-
YUV187.71128.73152.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=38.21%
G=29.26%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217018900.230.150.13338.0844.0776.86
HexDEAABD017FD1522c4d
Octal336252275027171552254115
Binary110111101010101010111101010111111111011010100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAABD; }

 p { color: rgb(222,170,189); }

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

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

 a { background-color: rgb(222,170,189); }

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

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

 span { border-color: rgb(222,170,189); }

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