#DFABC0

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

Shades of Melanie #DFABC0

Tints of Melanie #DFABC0

Color information

#DFABC0 (or 0xDFABC0) is unknown color: approx Melanie. HEX triplet: DF, AB and C0. RGB value is (223,171,192). Sum of RGB (Red+Green+Blue) = 223+171+192=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC0 is #20543F. Grayscale: #BCBCBC. Windows color (decimal): -2118720 or 12626911. OLE color: 12626911.

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

Color convert

RGB223171192-
CMYK00.230.140.13
HSL335.77º44.83%77.25%-
HSV(B)335.77º23.32%87.45%-
XYZ54.5148.6256.38-
YUV188.94129.73152.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=38.05%
G=29.18%
B=32.76%

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
Decimal22317119200.230.140.13335.7744.8377.25
HexDFABC0017ED1502d4d
Octal337253300027161552055115
Binary110111111010101111000000010111111011011010100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABC0; }

 p { color: rgb(223,171,192); }

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

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

 a { background-color: rgb(223,171,192); }

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

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

 span { border-color: rgb(223,171,192); }

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