#DEADBE

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

Shades of Melanie #DEADBE

Tints of Melanie #DEADBE

Color information

#DEADBE (or 0xDEADBE) is unknown color: approx Melanie. HEX triplet: DE, AD and BE. RGB value is (222,173,190). Sum of RGB (Red+Green+Blue) = 222+173+190=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBE is #215241. Grayscale: #BDBDBD. Windows color (decimal): -2183746 or 12496350. OLE color: 12496350.

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

Color convert

RGB222173190-
CMYK00.220.140.13
HSL339.18º42.61%77.45%-
HSV(B)339.18º22.07%87.06%-
XYZ54.3649.1355.33-
YUV189.59128.23151.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=37.95%
G=29.57%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217319000.220.140.13339.1842.6177.45
HexDEADBE016ED1532b4d
Octal336255276026161552353115
Binary110111101010110110111110010110111011011010100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADBE; }

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

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

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

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

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

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

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

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