#DFAFBF

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

Shades of Melanie #DFAFBF

Tints of Melanie #DFAFBF

Color information

#DFAFBF (or 0xDFAFBF) is unknown color: approx Melanie. HEX triplet: DF, AF and BF. RGB value is (223,175,191). Sum of RGB (Red+Green+Blue) = 223+175+191=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFBF is #205040. Grayscale: #BFBFBF. Windows color (decimal): -2117697 or 12562399. OLE color: 12562399.

HSL color Cylindrical-coordinate representation of color #DFAFBF: hue angle of 340º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFBF is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223175191-
CMYK00.220.140.13
HSL340º42.86%78.04%-
HSV(B)340º21.52%87.45%-
XYZ55.1750.1156.05-
YUV191.18127.9150.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 191 (75% from 255) = 32.43%
R=37.86%
G=29.71%
B=32.43%

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
Decimal22317519100.220.140.1334042.8678.04
HexDFAFBF016ED1542b4e
Octal337257277026161552453116
Binary110111111010111110111111010110111011011010101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFBF; }

 p { color: rgb(223,175,191); }

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

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

 a { background-color: rgb(223,175,191); }

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

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

 span { border-color: rgb(223,175,191); }

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