#DEABBA

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

Shades of Melanie #DEABBA

Tints of Melanie #DEABBA

Color information

#DEABBA (or 0xDEABBA) is unknown color: approx Melanie. HEX triplet: DE, AB and BA. RGB value is (222,171,186). Sum of RGB (Red+Green+Blue) = 222+171+186=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABBA is #215445. Grayscale: #BBBBBB. Windows color (decimal): -2184262 or 12233694. OLE color: 12233694.

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

Color convert

RGB222171186-
CMYK00.230.160.13
HSL342.35º43.59%77.06%-
HSV(B)342.35º22.97%87.06%-
XYZ53.5548.252.94-
YUV187.96126.9152.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=38.34%
G=29.53%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217118600.230.160.13342.3543.5977.06
HexDEABBA01710D1562c4d
Octal336253272027201552654115
Binary1101111010101011101110100101111000011011010101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABBA; }

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

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

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

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

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

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

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

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