#DEADBB

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

Shades of Melanie #DEADBB

Tints of Melanie #DEADBB

Color information

#DEADBB (or 0xDEADBB) is unknown color: approx Melanie. HEX triplet: DE, AD and BB. RGB value is (222,173,187). Sum of RGB (Red+Green+Blue) = 222+173+187=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBB is #215244. Grayscale: #BDBDBD. Windows color (decimal): -2183749 or 12299742. OLE color: 12299742.

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

Color convert

RGB222173187-
CMYK00.220.160.13
HSL342.86º42.61%77.45%-
HSV(B)342.86º22.07%87.06%-
XYZ54.044953.62-
YUV189.25126.73151.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=38.14%
G=29.73%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217318700.220.160.13342.8642.6177.45
HexDEADBB01610D1572b4d
Octal336255273026201552753115
Binary1101111010101101101110110101101000011011010101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADBB; }

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

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

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

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

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

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

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

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