#DEADBD

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

Shades of Melanie #DEADBD

Tints of Melanie #DEADBD

Color information

#DEADBD (or 0xDEADBD) is unknown color: approx Melanie. HEX triplet: DE, AD and BD. RGB value is (222,173,189). Sum of RGB (Red+Green+Blue) = 222+173+189=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBD is #215242. Grayscale: #BDBDBD. Windows color (decimal): -2183747 or 12430814. OLE color: 12430814.

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

Color convert

RGB222173189-
CMYK00.220.150.13
HSL340.41º42.61%77.45%-
HSV(B)340.41º22.07%87.06%-
XYZ54.2549.0954.76-
YUV189.47127.73151.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=38.01%
G=29.62%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217318900.220.150.13340.4142.6177.45
HexDEADBD016FD1542b4d
Octal336255275026171552453115
Binary110111101010110110111101010110111111011010101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADBD; }

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

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

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

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

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

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

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

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