#DEABBF

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

Shades of Melanie #DEABBF

Tints of Melanie #DEABBF

Color information

#DEABBF (or 0xDEABBF) is unknown color: approx Melanie. HEX triplet: DE, AB and BF. RGB value is (222,171,191). Sum of RGB (Red+Green+Blue) = 222+171+191=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABBF is #215440. Grayscale: #BCBCBC. Windows color (decimal): -2184257 or 12561374. OLE color: 12561374.

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

Color convert

RGB222171191-
CMYK00.230.140.13
HSL336.47º43.59%77.06%-
HSV(B)336.47º22.97%87.06%-
XYZ54.0948.4255.78-
YUV188.53129.4151.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 191 (75% from 255) = 32.71%
R=38.01%
G=29.28%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217119100.230.140.13336.4743.5977.06
HexDEABBF017ED1502c4d
Octal336253277027161552054115
Binary110111101010101110111111010111111011011010100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABBF; }

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

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

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

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

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

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

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

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