#DEADBA

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

Shades of Melanie #DEADBA

Tints of Melanie #DEADBA

Color information

#DEADBA (or 0xDEADBA) is unknown color: approx Melanie. HEX triplet: DE, AD and BA. RGB value is (222,173,186). Sum of RGB (Red+Green+Blue) = 222+173+186=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBA is #215245. Grayscale: #BDBDBD. Windows color (decimal): -2183750 or 12234206. OLE color: 12234206.

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

Color convert

RGB222173186-
CMYK00.220.160.13
HSL344.08º42.61%77.45%-
HSV(B)344.08º22.07%87.06%-
XYZ53.9348.9653.06-
YUV189.13126.23151.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=38.21%
G=29.78%
B=32.01%

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
Decimal22217318600.220.160.13344.0842.6177.45
HexDEADBA01610D1582b4d
Octal336255272026201553053115
Binary1101111010101101101110100101101000011011010110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADBA; }

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

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

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

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

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

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

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

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